| Index: components/nacl/renderer/ppb_nacl_private_impl.cc
|
| diff --git a/components/nacl/renderer/ppb_nacl_private_impl.cc b/components/nacl/renderer/ppb_nacl_private_impl.cc
|
| index 2f3cd586f6cc490224ab63b751a0c1d4acd00bf5..de273e34819ad80edb1084610e444e2abbc94186 100644
|
| --- a/components/nacl/renderer/ppb_nacl_private_impl.cc
|
| +++ b/components/nacl/renderer/ppb_nacl_private_impl.cc
|
| @@ -128,7 +128,8 @@ class NaClPluginInstance {
|
| uint64_t pexe_size;
|
| };
|
|
|
| -typedef base::ScopedPtrHashMap<PP_Instance, NaClPluginInstance> InstanceMap;
|
| +typedef base::ScopedPtrHashMap<PP_Instance, scoped_ptr<NaClPluginInstance>>
|
| + InstanceMap;
|
| base::LazyInstance<InstanceMap> g_instance_map = LAZY_INSTANCE_INITIALIZER;
|
|
|
| NaClPluginInstance* GetNaClPluginInstance(PP_Instance instance) {
|
|
|