Index: ppapi/proxy/plugin_dispatcher.h |
diff --git a/ppapi/proxy/plugin_dispatcher.h b/ppapi/proxy/plugin_dispatcher.h |
index ea840f5f75f054c245d0dd5ae63438b871958a09..03d09e80f7a9037c585bab9d7f88e7d974ac385e 100644 |
--- a/ppapi/proxy/plugin_dispatcher.h |
+++ b/ppapi/proxy/plugin_dispatcher.h |
@@ -196,7 +196,8 @@ class PPAPI_PROXY_EXPORT PluginDispatcher |
typedef base::hash_map<std::string, const void*> InterfaceMap; |
InterfaceMap plugin_interfaces_; |
- typedef base::ScopedPtrHashMap<PP_Instance, InstanceData> InstanceDataMap; |
+ typedef base::ScopedPtrHashMap<PP_Instance, scoped_ptr<InstanceData>> |
+ InstanceDataMap; |
InstanceDataMap instance_map_; |
// The preferences sent from the host. We only want to set this once, which |