Index: content/browser/renderer_host/buffered_resource_handler.h |
=================================================================== |
--- content/browser/renderer_host/buffered_resource_handler.h (revision 125418) |
+++ content/browser/renderer_host/buffered_resource_handler.h (working copy) |
@@ -31,7 +31,7 @@ |
// ResourceHandler implementation: |
virtual bool OnResponseStarted(int request_id, |
- content::ResourceResponse* response) OVERRIDE; |
+ ResourceResponse* response) OVERRIDE; |
virtual bool OnWillRead(int request_id, |
net::IOBuffer** buf, |
int* buf_size, |
@@ -80,7 +80,7 @@ |
// Called on the IO thread once the list of plugins has been loaded. |
void OnPluginsLoaded(const std::vector<webkit::WebPluginInfo>& plugins); |
- scoped_refptr<content::ResourceResponse> response_; |
+ scoped_refptr<ResourceResponse> response_; |
ResourceDispatcherHost* host_; |
net::URLRequest* request_; |
scoped_refptr<net::IOBuffer> read_buffer_; |