| Index: content/browser/renderer_host/throttling_resource_handler.h
 | 
| ===================================================================
 | 
| --- content/browser/renderer_host/throttling_resource_handler.h	(revision 164665)
 | 
| +++ content/browser/renderer_host/throttling_resource_handler.h	(working copy)
 | 
| @@ -32,7 +32,7 @@
 | 
|                                     ResourceResponse* response,
 | 
|                                     bool* defer) OVERRIDE;
 | 
|    virtual bool OnResponseStarted(int request_id,
 | 
| -                                 content::ResourceResponse* response,
 | 
| +                                 ResourceResponse* response,
 | 
|                                   bool* defer) OVERRIDE;
 | 
|    virtual bool OnWillStart(int request_id, const GURL& url,
 | 
|                             bool* defer) OVERRIDE;
 | 
| 
 |