update_engine: Include base/macros.h instead of base/basictypes.h
update_engine no longer uses the integer types from base/basictypes.h.
It should simply include base/macros.h for the DISALLOW_COPY_AND_ASSIGN
macro instead.
BUG=None
TEST=`FEATURES=test emerge-$BOARD update_engine`
Change-Id: Idf18bc69339b7170122b289342c724c862454062
Reviewed-on: https://chromium-review.googlesource.com/216140
Tested-by: Ben Chan <benchan@chromium.org>
Reviewed-by: Alex Deymo <deymo@chromium.org>
Commit-Queue: Ben Chan <benchan@chromium.org>
diff --git a/action.h b/action.h
index c7fcba6..32bb302 100644
--- a/action.h
+++ b/action.h
@@ -10,8 +10,8 @@
#include <memory>
#include <string>
-#include <base/basictypes.h>
#include <base/logging.h>
+#include <base/macros.h>
#include "update_engine/action_pipe.h"
#include "update_engine/action_processor.h"