Chromium Code Reviews

Unified Diff: components/metrics/persisted_logs.cc

Issue 1564773002: Move components/compression to third_party/zlib/google (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: components/metrics/persisted_logs.cc
diff --git a/components/metrics/persisted_logs.cc b/components/metrics/persisted_logs.cc
index e28ae4a9f8cd2c93a03ce6a3ba4057f38a6a8ba6..8228e212897488013b7483a4462ce17d843c0af4 100644
--- a/components/metrics/persisted_logs.cc
+++ b/components/metrics/persisted_logs.cc
@@ -13,7 +13,7 @@
#include "base/prefs/scoped_user_pref_update.h"
#include "base/sha1.h"
#include "base/timer/elapsed_timer.h"
-#include "components/compression/compression_utils.h"
+#include "third_party/zlib/google/compression_utils.h"
namespace metrics {

Powered by Google App Engine