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

Unified Diff: content/renderer/browser_plugin/browser_plugin_manager.h

Issue 2496653002: Part 2 of base::IDMap refactor to eliminate IDMapOwnPointer/IDMapExternalPointer modes (Closed)
Patch Set: typedefs => using statements, update comments in base/id_map.h Created 4 years 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/renderer/browser_plugin/browser_plugin_manager.h
diff --git a/content/renderer/browser_plugin/browser_plugin_manager.h b/content/renderer/browser_plugin/browser_plugin_manager.h
index 0ebc55eda69d27e0427fd3ac527999e951ff9f13..c5d82187bfa45e5027cae50b30b70dc925f35c52 100644
--- a/content/renderer/browser_plugin/browser_plugin_manager.h
+++ b/content/renderer/browser_plugin/browser_plugin_manager.h
@@ -61,7 +61,7 @@ class CONTENT_EXPORT BrowserPluginManager : public RenderThreadObserver {
private:
// This map is keyed by guest instance IDs.
- IDMap<BrowserPlugin> instances_;
+ IDMap<BrowserPlugin*> instances_;
DISALLOW_COPY_AND_ASSIGN(BrowserPluginManager);
};
« no previous file with comments | « content/public/test/mock_render_process_host.cc ('k') | content/renderer/browser_plugin/browser_plugin_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698