| Index: content/browser/renderer_host/redirect_to_file_resource_handler.h
|
| ===================================================================
|
| --- content/browser/renderer_host/redirect_to_file_resource_handler.h (revision 111374)
|
| +++ content/browser/renderer_host/redirect_to_file_resource_handler.h (working copy)
|
| @@ -39,10 +39,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;
|
|
|