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

Unified Diff: sync/internal_api/public/http_bridge.h

Issue 1246523003: [Sync] Finch Experiment : Enable compression between sync client and server (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert metrics::Gzip* to own Gzip function due to cycle dependency Created 5 years, 5 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
Index: sync/internal_api/public/http_bridge.h
diff --git a/sync/internal_api/public/http_bridge.h b/sync/internal_api/public/http_bridge.h
index 36704e2a1bd5040db54b1f3a9f551d717c671758..0fc83f445aeefc7f6b80d2b54c35ebe8a7d4c4d0 100644
--- a/sync/internal_api/public/http_bridge.h
+++ b/sync/internal_api/public/http_bridge.h
@@ -22,6 +22,7 @@
#include "sync/internal_api/public/http_post_provider_factory.h"
#include "sync/internal_api/public/http_post_provider_interface.h"
#include "sync/internal_api/public/network_time_update_callback.h"
+#include "third_party/zlib/zlib.h"
Nicolas Zea 2015/07/28 00:27:19 move to .cc file?
Gang Wu 2015/07/29 21:09:16 When I put them in .cc file, I got dependecy err.
Nicolas Zea 2015/07/30 19:59:44 Does that just mean you need to also include it in
Gang Wu 2015/07/31 00:39:45 Yes, since I remove unzip function from unit test
#include "url/gurl.h"
class HttpBridgeTest;

Powered by Google App Engine
This is Rietveld 408576698