Index: components/sync/core/http_bridge.h |
diff --git a/components/sync/core/http_bridge.h b/components/sync/core/http_bridge.h |
index 88509dea740b16532632d1ef01e873630a2a6daf..db9e894a9af294fb7a4f537578e2adf4197e8b29 100644 |
--- a/components/sync/core/http_bridge.h |
+++ b/components/sync/core/http_bridge.h |
@@ -76,7 +76,8 @@ class HttpBridge : public base::RefCountedThreadSafe<HttpBridge>, |
void OnURLFetchComplete(const net::URLFetcher* source) override; |
void OnURLFetchDownloadProgress(const net::URLFetcher* source, |
int64_t current, |
- int64_t total) override; |
+ int64_t total, |
+ int64_t current_network_bytes) override; |
void OnURLFetchUploadProgress(const net::URLFetcher* source, |
int64_t current, |
int64_t total) override; |