| 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 3fb54d3d630c78122168737168a34aee8d8411e6..b30b6b468fd12126069a456f7c407c90cf34d3ef 100644
|
| --- a/content/public/browser/resource_dispatcher_host_delegate.cc
|
| +++ b/content/public/browser/resource_dispatcher_host_delegate.cc
|
| @@ -70,8 +70,7 @@ bool ResourceDispatcherHostDelegate::ShouldInterceptResourceAsStream(
|
|
|
| void ResourceDispatcherHostDelegate::OnStreamCreated(
|
| net::URLRequest* request,
|
| - scoped_ptr<content::StreamInfo> stream) {
|
| -}
|
| + std::unique_ptr<content::StreamInfo> stream) {}
|
|
|
| void ResourceDispatcherHostDelegate::OnResponseStarted(
|
| net::URLRequest* request,
|
|
|