Index: chrome/browser/net/url_fetcher.cc |
diff --git a/chrome/browser/net/url_fetcher.cc b/chrome/browser/net/url_fetcher.cc |
index 425cc7351db1bb5080b2dcf09c342345453c81f8..4783aea8ef19965386ed90d3a529ea351a26dcc2 100644 |
--- a/chrome/browser/net/url_fetcher.cc |
+++ b/chrome/browser/net/url_fetcher.cc |
@@ -254,7 +254,7 @@ void URLFetcher::Core::OnCompletedURLRequest(const URLRequestStatus& status) { |
if (response_code_ >= 500) { |
// When encountering a server error, we will send the request again |
// after backoff time. |
- const int wait = |
+ const int64 wait = |
protect_entry_->UpdateBackoff(URLFetcherProtectEntry::FAILURE); |
++num_retries_; |
// Restarts the request if we still need to notify the delegate. |