Chromium Code Reviews| 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; |