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

Unified Diff: chrome/renderer/media/cast_ipc_dispatcher.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
« no previous file with comments | « chrome/browser/ui/webui/settings/certificates_handler.cc ('k') | components/drive/job_scheduler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/media/cast_ipc_dispatcher.h
diff --git a/chrome/renderer/media/cast_ipc_dispatcher.h b/chrome/renderer/media/cast_ipc_dispatcher.h
index c44aadef517ba3fe110fdbc2cb399c2a8f39eff7..5ba2bd51eadda8dbb70f23ecb5947b5ad69deeed 100644
--- a/chrome/renderer/media/cast_ipc_dispatcher.h
+++ b/chrome/renderer/media/cast_ipc_dispatcher.h
@@ -68,7 +68,7 @@ class CastIPCDispatcher : public IPC::MessageFilter {
// A map of stream ids to delegates; must only be accessed on
// |io_message_loop_|.
- IDMap<CastTransportIPC> id_map_;
+ IDMap<CastTransportIPC*> id_map_;
DISALLOW_COPY_AND_ASSIGN(CastIPCDispatcher);
};
« no previous file with comments | « chrome/browser/ui/webui/settings/certificates_handler.cc ('k') | components/drive/job_scheduler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698