diff options
Diffstat (limited to 'content/public/browser/resource_dispatcher_host_delegate.cc')
-rw-r--r-- | content/public/browser/resource_dispatcher_host_delegate.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/public/browser/resource_dispatcher_host_delegate.cc b/content/public/browser/resource_dispatcher_host_delegate.cc index b3d9ea7..7301b61 100644 --- a/content/public/browser/resource_dispatcher_host_delegate.cc +++ b/content/public/browser/resource_dispatcher_host_delegate.cc @@ -70,7 +70,7 @@ bool ResourceDispatcherHostDelegate::ShouldForceDownloadResource( void ResourceDispatcherHostDelegate::OnResponseStarted( net::URLRequest* request, ResourceResponse* response, - IPC::Message::Sender* sender) { + IPC::Sender* sender) { } void ResourceDispatcherHostDelegate::OnRequestRedirected( |