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

Unified Diff: content/renderer/pepper/host_dispatcher_wrapper.h

Issue 1873783003: Convert //content/renderer from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « content/renderer/pepper/host_array_buffer_var.cc ('k') | content/renderer/pepper/host_resource_var.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/pepper/host_dispatcher_wrapper.h
diff --git a/content/renderer/pepper/host_dispatcher_wrapper.h b/content/renderer/pepper/host_dispatcher_wrapper.h
index fc5655de91838c17099ec97a07f65631d6166f1b..f308ffbd7cbb640ea5c089ffe691d9539812bc84 100644
--- a/content/renderer/pepper/host_dispatcher_wrapper.h
+++ b/content/renderer/pepper/host_dispatcher_wrapper.h
@@ -69,8 +69,8 @@ class HostDispatcherWrapper {
ppapi::PpapiPermissions permissions_;
bool is_external_;
- scoped_ptr<ppapi::proxy::HostDispatcher> dispatcher_;
- scoped_ptr<ppapi::proxy::ProxyChannel::Delegate> dispatcher_delegate_;
+ std::unique_ptr<ppapi::proxy::HostDispatcher> dispatcher_;
+ std::unique_ptr<ppapi::proxy::ProxyChannel::Delegate> dispatcher_delegate_;
// We hold the hung_plugin_filter_ to guarantee it outlives |dispatcher_|,
// since it is an observer of |dispatcher_| for sync calls.
scoped_refptr<PepperHungPluginFilter> hung_plugin_filter_;
« no previous file with comments | « content/renderer/pepper/host_array_buffer_var.cc ('k') | content/renderer/pepper/host_resource_var.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698