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

Unified Diff: generate_delta_main.cc

Issue 3170010: [update_engine] Update to use not-hideously-old logging API from chrome (Closed) Base URL: http://src.chromium.org/git/update_engine.git
Patch Set: Created 10 years, 4 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
« no previous file with comments | « filesystem_iterator.cc ('k') | gzip.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: generate_delta_main.cc
diff --git a/generate_delta_main.cc b/generate_delta_main.cc
index 32b392300bbbf79aac850c1ee85a95d45fcce479..7e18252256c0f11bfed3fab600b211571e077fc0 100644
--- a/generate_delta_main.cc
+++ b/generate_delta_main.cc
@@ -13,7 +13,7 @@
#include <gflags/gflags.h>
#include <glib.h>
#include "base/command_line.h"
-#include "chromeos/obsolete_logging.h"
+#include "base/logging.h"
#include "update_engine/delta_diff_generator.h"
#include "update_engine/delta_performer.h"
#include "update_engine/subprocess.h"
« no previous file with comments | « filesystem_iterator.cc ('k') | gzip.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698