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

Unified Diff: subprocess.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 | « subprocess.h ('k') | tarjan.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: subprocess.cc
diff --git a/subprocess.cc b/subprocess.cc
index 696779f6473e659cee53c6055cf3ae7dbdfdceca..c319a2217d7e46833e286e104f90279ecc87d7f1 100755
--- a/subprocess.cc
+++ b/subprocess.cc
@@ -7,7 +7,7 @@
#include <string.h>
#include <string>
#include <vector>
-#include "chromeos/obsolete_logging.h"
+#include "base/logging.h"
#include "base/scoped_ptr.h"
#include "base/string_util.h"
« no previous file with comments | « subprocess.h ('k') | tarjan.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698