| Index: content/public/browser/resource_dispatcher_host_delegate.cc
|
| diff --git a/content/public/browser/resource_dispatcher_host_delegate.cc b/content/public/browser/resource_dispatcher_host_delegate.cc
|
| index b3d9ea7c68fd07e2371c9bd149854beb0fe153ce..7301b61071c2cffec2b50ae1af58af37fd180981 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(
|
|
|