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

Unified Diff: content/renderer/media/audio_message_filter.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/media/audio_message_filter.h
diff --git a/content/renderer/media/audio_message_filter.h b/content/renderer/media/audio_message_filter.h
index c43f5af37ed289a4a1c796b42f14ee67841d539b..34f9844e7bbba199b777450b807cae4df5181517 100644
--- a/content/renderer/media/audio_message_filter.h
+++ b/content/renderer/media/audio_message_filter.h
@@ -92,7 +92,7 @@ class CONTENT_EXPORT AudioMessageFilter : public IPC::MessageFilter {
// A map of stream ids to delegates; must only be accessed on
// |io_task_runner_|.
- IDMap<media::AudioOutputIPCDelegate> delegates_;
+ IDMap<media::AudioOutputIPCDelegate*> delegates_;
// Task runner on which IPC calls are executed.
const scoped_refptr<base::SingleThreadTaskRunner> io_task_runner_;
« no previous file with comments | « content/renderer/media/audio_input_message_filter.cc ('k') | content/renderer/media/audio_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698