Index: chrome/browser/net/url_fetcher_protect.h |
diff --git a/chrome/browser/net/url_fetcher_protect.h b/chrome/browser/net/url_fetcher_protect.h |
index 7352932b92f41f21da449995eea416298f093e71..9b121b72e0602c3a4aa752e20f273a89b1f2107e 100644 |
--- a/chrome/browser/net/url_fetcher_protect.h |
+++ b/chrome/browser/net/url_fetcher_protect.h |
@@ -53,7 +53,7 @@ class URLFetcherProtectEntry { |
// the timeout period. It returns the backoff time, in milliseconds, that |
// indicates to the sender how long should it wait before sending the request. |
// If the request is allowed to be sent immediately, the backoff time is 0. |
- int UpdateBackoff(EventType event_type); |
+ int64 UpdateBackoff(EventType event_type); |
// Returns the max retries allowed. |
int max_retries() const { |