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

Unified Diff: gzip.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 | « generate_delta_main.cc ('k') | http_fetcher_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gzip.cc
diff --git a/gzip.cc b/gzip.cc
index 5fbd043eaa6a17d082876588e86d60a5fc0e5c69..0850b3e396f42da5daf9026063096b00dca0d825 100644
--- a/gzip.cc
+++ b/gzip.cc
@@ -6,7 +6,7 @@
#include <stdlib.h>
#include <algorithm>
#include <zlib.h>
-#include "chromeos/obsolete_logging.h"
+#include "base/logging.h"
#include "update_engine/utils.h"
using std::max;
« no previous file with comments | « generate_delta_main.cc ('k') | http_fetcher_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698