aboutsummaryrefslogtreecommitdiff
path: root/test_http_server.cc
diff options
context:
space:
mode:
authorChris Masone <cmasone@chromium.org>2010-08-12 10:41:18 -0700
committerChris Masone <cmasone@chromium.org>2010-08-12 10:41:18 -0700
commit790e62e2d8114647b0785574bea361cf931c482b (patch)
treece25213a6bc926c5cb4895dea18b9ed354a7610f /test_http_server.cc
parentc6c135c3e555a856b762e4f383d1d2768363589d (diff)
downloadupdate_engine-790e62e2d8114647b0785574bea361cf931c482b.tar.gz
[update_engine] Update to use not-hideously-old logging API from chrome
BUG=None TEST=compile Change-Id: Ieed8952b6806a72b59e16c1579f7293b6a98157a Review URL: http://codereview.chromium.org/3170010
Diffstat (limited to 'test_http_server.cc')
-rw-r--r--test_http_server.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_http_server.cc b/test_http_server.cc
index 3f6897c9..3c2ee54c 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;