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

Unified Diff: content/browser/renderer_host/media/audio_output_delegate_impl_unittest.cc

Issue 2697793002: Add mojo interface+impl for audio stream control. (Closed)
Patch Set: Don't inline AudioOutputDelegate(EventHandler) dtor. Created 3 years, 9 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/media/audio_output_delegate_impl_unittest.cc
diff --git a/content/browser/renderer_host/media/audio_output_delegate_impl_unittest.cc b/content/browser/renderer_host/media/audio_output_delegate_impl_unittest.cc
index 255c5aa669aa79888d71deb7c17d9d9bf0e2f6ad..5073da89781e53218352d92b09526e1c14791505 100644
--- a/content/browser/renderer_host/media/audio_output_delegate_impl_unittest.cc
+++ b/content/browser/renderer_host/media/audio_output_delegate_impl_unittest.cc
@@ -76,7 +76,7 @@ class MockObserver : public content::MediaObserver {
void(int render_process_id, int render_frame_id));
};
-class MockEventHandler : public AudioOutputDelegate::EventHandler {
+class MockEventHandler : public media::AudioOutputDelegate::EventHandler {
public:
MOCK_METHOD3(OnStreamCreated,
void(int stream_id,

Powered by Google App Engine
This is Rietveld 408576698