commit | 05735a1879a553153458aae0a25fa5d42e3e408f | [log] [tgz] |
---|---|---|
author | Ben Chan <[email protected]> | Wed Sep 03 07:48:22 2014 -0700 |
committer | chrome-internal-fetch <[email protected]> | Wed Sep 03 22:48:01 2014 +0000 |
tree | 7ef78e7813ad73cc2cdcacf99b775d8e94697624 | |
parent | ec7f91625b799abf67ea3119490f2f1de8e4e677 [diff] [blame] |
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 <[email protected]> Reviewed-by: Alex Deymo <[email protected]> Commit-Queue: Ben Chan <[email protected]>
diff --git a/install_plan.h b/install_plan.h index 6b91d10..8ccabc6 100644 --- a/install_plan.h +++ b/install_plan.h
@@ -8,7 +8,7 @@ #include <string> #include <vector> -#include <base/basictypes.h> +#include <base/macros.h> #include "update_engine/action.h"