commit | 08c4e27baaa7b40732b99642e1f21bf889d022ef | [log] [tgz] |
---|---|---|
author | Andrew de los Reyes <adlr@chromium.org> | Thu Apr 15 14:02:17 2010 -0700 |
committer | Andrew de los Reyes <adlr@chromium.org> | Thu Apr 15 14:02:17 2010 -0700 |
tree | 816583a62961b5caa1f1e13ba74e88ff070cf2c6 | |
parent | b10320d4f76a2d263566f6eed471921382fae800 [diff] [blame] |
update engine: 32- and 64-bit compile Review URL: http://codereview.chromium.org/1599029
diff --git a/action_processor.cc b/action_processor.cc index d58b5ee..e52cbcd 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;