Index: ppapi/proxy/interface_list.h |
diff --git a/ppapi/proxy/interface_list.h b/ppapi/proxy/interface_list.h |
index dc109e5c5afd45ca1395ff1dec3d658684e12bbf..2fec61f49268bacc9986624fc93947f501d10388 100644 |
--- a/ppapi/proxy/interface_list.h |
+++ b/ppapi/proxy/interface_list.h |
@@ -80,7 +80,7 @@ class PPAPI_PROXY_EXPORT InterfaceList { |
// Give friendship for HashInterfaceName. |
friend class InterfaceInfo; |
- typedef base::ScopedPtrHashMap<std::string, InterfaceInfo> |
+ typedef base::ScopedPtrHashMap<std::string, scoped_ptr<InterfaceInfo>> |
NameToInterfaceInfoMap; |
void AddProxy(ApiID id, InterfaceProxy::Factory factory); |