Index: chrome/browser/download/download_resource_throttle.cc |
diff --git a/chrome/browser/download/download_resource_throttle.cc b/chrome/browser/download/download_resource_throttle.cc |
index d81f0761ead81bf41e45a712c524e33e7fe41205..e613ae964caeb88f60390cd141201cd0833ba984 100644 |
--- a/chrome/browser/download/download_resource_throttle.cc |
+++ b/chrome/browser/download/download_resource_throttle.cc |
@@ -34,8 +34,9 @@ void DownloadResourceThrottle::WillStartRequest(bool* defer) { |
WillDownload(defer); |
} |
-void DownloadResourceThrottle::WillRedirectRequest(const GURL& new_url, |
- bool* defer) { |
+void DownloadResourceThrottle::WillRedirectRequest( |
+ const net::RedirectInfo& redirect_info, |
+ bool* defer) { |
WillDownload(defer); |
} |