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

Unified Diff: content/browser/renderer_host/pepper/browser_ppapi_host_impl.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
Index: content/browser/renderer_host/pepper/browser_ppapi_host_impl.h
diff --git a/content/browser/renderer_host/pepper/browser_ppapi_host_impl.h b/content/browser/renderer_host/pepper/browser_ppapi_host_impl.h
index e7b106a76e2bed363b519826846fdf0db2b64474..6071555c1aa90c0fb917c3300beac04e4f729f81 100644
--- a/content/browser/renderer_host/pepper/browser_ppapi_host_impl.h
+++ b/content/browser/renderer_host/pepper/browser_ppapi_host_impl.h
@@ -155,7 +155,7 @@ class CONTENT_EXPORT BrowserPpapiHostImpl : public BrowserPpapiHost {
scoped_refptr<SSLContextHelper> ssl_context_helper_;
// Tracks all PP_Instances in this plugin and associated data.
- base::ScopedPtrHashMap<PP_Instance, InstanceData> instance_map_;
+ base::ScopedPtrHashMap<PP_Instance, scoped_ptr<InstanceData>> instance_map_;
scoped_refptr<HostMessageFilter> message_filter_;
« no previous file with comments | « content/browser/media/media_web_contents_observer.h ('k') | content/browser/service_worker/service_worker_context_watcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698