Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(347)

Unified Diff: src/platform/update_engine/action_processor.cc

Issue 1599029: update engine: 32- and 64-bit compile (Closed)
Patch Set: int32->int32_t, PRIi64, 80 cols for review Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/platform/update_engine/action_processor.cc
diff --git a/src/platform/update_engine/action_processor.cc b/src/platform/update_engine/action_processor.cc
index d58b5ee39b1cbeb925600aef4a4202c8290666ac..e52cbcdc1482b2552f730983f934b6e28274ffb3 100644
--- a/src/platform/update_engine/action_processor.cc
+++ b/src/platform/update_engine/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;

Powered by Google App Engine
This is Rietveld 408576698