diff options
author | Andrew de los Reyes <adlr@chromium.org> | 2010-04-15 14:02:17 -0700 |
---|---|---|
committer | Andrew de los Reyes <adlr@chromium.org> | 2010-04-15 14:02:17 -0700 |
commit | 08c4e27baaa7b40732b99642e1f21bf889d022ef (patch) | |
tree | 816583a62961b5caa1f1e13ba74e88ff070cf2c6 /action_processor.cc | |
parent | b10320d4f76a2d263566f6eed471921382fae800 (diff) |
update engine: 32- and 64-bit compile
Review URL: http://codereview.chromium.org/1599029
Diffstat (limited to 'action_processor.cc')
-rw-r--r-- | action_processor.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/action_processor.cc b/action_processor.cc index d58b5ee3..e52cbcdc 100644 --- a/action_processor.cc +++ b/action_processor.cc @@ -4,7 +4,7 @@ #include "update_engine/action_processor.h" #include <string> -#include "chromeos/obsolete_logging.h" +#include "base/logging.h" #include "update_engine/action.h" using std::string; |