Index: content/browser/renderer_host/async_resource_handler.h |
=================================================================== |
--- content/browser/renderer_host/async_resource_handler.h (revision 111374) |
+++ content/browser/renderer_host/async_resource_handler.h (working copy) |
@@ -30,10 +30,10 @@ |
uint64 size) OVERRIDE; |
virtual bool OnRequestRedirected(int request_id, |
const GURL& new_url, |
- ResourceResponse* response, |
+ content::ResourceResponse* response, |
bool* defer) OVERRIDE; |
virtual bool OnResponseStarted(int request_id, |
- ResourceResponse* response) OVERRIDE; |
+ content::ResourceResponse* response) OVERRIDE; |
virtual bool OnWillStart(int request_id, |
const GURL& url, |
bool* defer) OVERRIDE; |