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

Unified Diff: subprocess.h

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 | « prefs.cc ('k') | subprocess.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: subprocess.h
diff --git a/subprocess.h b/subprocess.h
index 7fd3052aed6de64ce910a81e7ccaf975046a3cc5..6685f4d669f7eccbd1bc22608227e69ecd1c7cfe 100644
--- a/subprocess.h
+++ b/subprocess.h
@@ -10,7 +10,7 @@
#include <vector>
#include <glib.h>
#include "base/basictypes.h"
-#include "chromeos/obsolete_logging.h"
+#include "base/logging.h"
// The Subprocess class is a singleton. It's used to spawn off a subprocess
// and get notified when the subprocess exits. The result of Exec() can
« no previous file with comments | « prefs.cc ('k') | subprocess.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698