Index: content/renderer/pepper/pepper_webplugin_impl.cc |
diff --git a/content/renderer/pepper/pepper_webplugin_impl.cc b/content/renderer/pepper/pepper_webplugin_impl.cc |
index 45bf64fc8f9799fc624ea097837becf8e6fbdf60..813820319f56bbf42d3bc8084d28d89eca51770d 100644 |
--- a/content/renderer/pepper/pepper_webplugin_impl.cc |
+++ b/content/renderer/pepper/pepper_webplugin_impl.cc |
@@ -60,7 +60,7 @@ PepperWebPluginImpl::PepperWebPluginImpl( |
PluginModule* plugin_module, |
const WebPluginParams& params, |
RenderFrameImpl* render_frame, |
- scoped_ptr<PluginInstanceThrottlerImpl> throttler) |
+ std::unique_ptr<PluginInstanceThrottlerImpl> throttler) |
: init_data_(new InitData()), |
full_frame_(params.loadManually), |
throttler_(std::move(throttler)), |