Index: google_apis/drive/base_requests.h |
diff --git a/google_apis/drive/base_requests.h b/google_apis/drive/base_requests.h |
index e94f7d389dedd66ecb586623f8ac69e669f489a7..78c641b128b80351c2b67ab8439ed241ed3a1039 100644 |
--- a/google_apis/drive/base_requests.h |
+++ b/google_apis/drive/base_requests.h |
@@ -630,7 +630,8 @@ class DownloadFileRequestBase : public UrlFetchRequestBase { |
// net::URLFetcherDelegate overrides. |
void OnURLFetchDownloadProgress(const net::URLFetcher* source, |
int64_t current, |
- int64_t total) override; |
+ int64_t total, |
+ int64_t current_network_bytes) override; |
private: |
const DownloadActionCallback download_action_callback_; |