Index: content/browser/loader/stream_resource_handler.h |
diff --git a/content/browser/loader/stream_resource_handler.h b/content/browser/loader/stream_resource_handler.h |
index 3b8bc217890eaa1830866ab435e2ed6c17e6ad89..75a987daf5f7e515799dc7f6fbc0d0e887ef2f7c 100644 |
--- a/content/browser/loader/stream_resource_handler.h |
+++ b/content/browser/loader/stream_resource_handler.h |
@@ -34,7 +34,7 @@ class StreamResourceHandler : public StreamWriteObserver, |
virtual bool OnUploadProgress(uint64 position, uint64 size) OVERRIDE; |
// Not needed, as this event handler ought to be the final resource. |
- virtual bool OnRequestRedirected(const GURL& url, |
+ virtual bool OnRequestRedirected(const net::RedirectInfo& redirect_info, |
ResourceResponse* resp, |
bool* defer) OVERRIDE; |