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

Unified Diff: test_http_server.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 | « tarjan_unittest.cc ('k') | test_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test_http_server.cc
diff --git a/test_http_server.cc b/test_http_server.cc
index 3f6897c918cad0936f9ee74f0f9bc0b5a6e48418..3c2ee54cecdd6592f9859347e8035d771fbaa77c 100644
--- a/test_http_server.cc
+++ b/test_http_server.cc
@@ -22,7 +22,7 @@
#include <algorithm>
#include <string>
#include <vector>
-#include "chromeos/obsolete_logging.h"
+#include "base/logging.h"
using std::min;
using std::string;
« no previous file with comments | « tarjan_unittest.cc ('k') | test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698