| 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 40a4d9814c7774159a65f58005ff519e29fc558b..49eece0e0e9d9696d8ada131c5f23241418005fa 100644
|
| --- a/content/public/browser/resource_dispatcher_host_delegate.cc
|
| +++ b/content/public/browser/resource_dispatcher_host_delegate.cc
|
| @@ -4,7 +4,7 @@
|
|
|
| #include "content/public/browser/resource_dispatcher_host_delegate.h"
|
|
|
| -#include "content/public/browser/stream_handle.h"
|
| +#include "content/public/browser/stream_info.h"
|
|
|
| namespace content {
|
|
|
| @@ -64,7 +64,7 @@ bool ResourceDispatcherHostDelegate::ShouldInterceptResourceAsStream(
|
|
|
| void ResourceDispatcherHostDelegate::OnStreamCreated(
|
| net::URLRequest* request,
|
| - scoped_ptr<content::StreamHandle> stream) {
|
| + scoped_ptr<content::StreamInfo> stream) {
|
| }
|
|
|
| void ResourceDispatcherHostDelegate::OnResponseStarted(
|
|
|