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

Unified Diff: ppapi/proxy/udp_socket_filter.h

Issue 1099383002: Change ScopedPtrHashMap's 2nd template parameter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « ppapi/proxy/plugin_dispatcher.h ('k') | sync/internal_api/public/attachments/attachment_downloader_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/udp_socket_filter.h
diff --git a/ppapi/proxy/udp_socket_filter.h b/ppapi/proxy/udp_socket_filter.h
index b3fcf3aa06a324596804dc9d20cacc94fc98dc96..faa62e09989b6dd9523c2608a06bdc8d26898b24 100644
--- a/ppapi/proxy/udp_socket_filter.h
+++ b/ppapi/proxy/udp_socket_filter.h
@@ -128,7 +128,7 @@ class PPAPI_PROXY_EXPORT UDPSocketFilter : public ResourceMessageFilter {
// 1 ppapi::ProxyLock
// \-->2 Filter lock_
mutable base::Lock lock_;
- base::ScopedPtrHashMap<PP_Resource, RecvQueue> queues_;
+ base::ScopedPtrHashMap<PP_Resource, scoped_ptr<RecvQueue>> queues_;
};
} // namespace proxy
« no previous file with comments | « ppapi/proxy/plugin_dispatcher.h ('k') | sync/internal_api/public/attachments/attachment_downloader_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698