Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2132)

Unified Diff: content/public/browser/resource_dispatcher_host_delegate.cc

Issue 1874903002: Convert //content from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix indent Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,
« no previous file with comments | « content/public/browser/resource_dispatcher_host_delegate.h ('k') | content/public/browser/screen_orientation_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698