Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(321)

Unified Diff: ppapi/proxy/interface_list.h

Issue 1099383002: Change ScopedPtrHashMap's 2nd template parameter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix build after rebase Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698