Index: content/browser/renderer_host/pepper/browser_ppapi_host_impl.h |
diff --git a/content/browser/renderer_host/pepper/browser_ppapi_host_impl.h b/content/browser/renderer_host/pepper/browser_ppapi_host_impl.h |
index e7b106a76e2bed363b519826846fdf0db2b64474..6071555c1aa90c0fb917c3300beac04e4f729f81 100644 |
--- a/content/browser/renderer_host/pepper/browser_ppapi_host_impl.h |
+++ b/content/browser/renderer_host/pepper/browser_ppapi_host_impl.h |
@@ -155,7 +155,7 @@ class CONTENT_EXPORT BrowserPpapiHostImpl : public BrowserPpapiHost { |
scoped_refptr<SSLContextHelper> ssl_context_helper_; |
// Tracks all PP_Instances in this plugin and associated data. |
- base::ScopedPtrHashMap<PP_Instance, InstanceData> instance_map_; |
+ base::ScopedPtrHashMap<PP_Instance, scoped_ptr<InstanceData>> instance_map_; |
scoped_refptr<HostMessageFilter> message_filter_; |