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

Unified Diff: media/audio/audio_manager.h

Issue 2698503005: Remove unnecessary casts in AudioManagerDeleter on Mac. (Closed)
Patch Set: Fix friendship. Created 3 years, 10 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 | « no previous file | media/audio/audio_manager.cc » ('j') | media/audio/audio_manager.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/audio_manager.h
diff --git a/media/audio/audio_manager.h b/media/audio/audio_manager.h
index c5a7cdd949b96f912b1ca50aca03da4439bae293..2826bcd7dba5e2b13cb350415f1280abd5fdcc62 100644
--- a/media/audio/audio_manager.h
+++ b/media/audio/audio_manager.h
@@ -261,6 +261,7 @@ class MEDIA_EXPORT AudioManager {
private:
friend class base::DeleteHelper<AudioManager>;
+ friend class AudioManagerDeleter;
scoped_refptr<base::SingleThreadTaskRunner> task_runner_;
scoped_refptr<base::SingleThreadTaskRunner> worker_task_runner_;
« no previous file with comments | « no previous file | media/audio/audio_manager.cc » ('j') | media/audio/audio_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698