Index: mock_http_fetcher.cc |
diff --git a/mock_http_fetcher.cc b/mock_http_fetcher.cc |
index abeff7a1481fa79682282633ad527c4434b69cd8..04ec7f6267c17e533253a521231359f1a1f78074 100644 |
--- a/mock_http_fetcher.cc |
+++ b/mock_http_fetcher.cc |
@@ -4,7 +4,7 @@ |
#include "update_engine/mock_http_fetcher.h" |
#include <algorithm> |
-#include "chromeos/obsolete_logging.h" |
+#include "base/logging.h" |
// This is a mac implementation of HttpFetcher which is useful for testing. |