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

Unified Diff: content/test/webrtc_audio_device_test.h

Issue 24514003: Make BrowserMessageFilter not derive from IPC::ChannelProxy::MessageFilter. This allows us to hide … (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync Created 7 years, 3 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 | « content/shell/browser/shell_content_browser_client.cc ('k') | content/test/webrtc_audio_device_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/webrtc_audio_device_test.h
===================================================================
--- content/test/webrtc_audio_device_test.h (revision 225900)
+++ content/test/webrtc_audio_device_test.h (working copy)
@@ -45,13 +45,13 @@
namespace content {
-class AudioInputRendererHost;
class AudioMirroringManager;
-class AudioRendererHost;
class ContentRendererClient;
class MediaStreamManager;
class RenderThreadImpl;
class ResourceContext;
+class TestAudioInputRendererHost;
+class TestAudioRendererHost;
class TestBrowserThread;
class WebRtcAudioRenderer;
class WebRTCMockRenderProcess;
@@ -174,8 +174,8 @@
scoped_ptr<net::URLRequestContext> test_request_context_;
scoped_ptr<ResourceContext> resource_context_;
scoped_ptr<IPC::Channel> channel_;
- scoped_refptr<AudioRendererHost> audio_render_host_;
- scoped_refptr<AudioInputRendererHost> audio_input_renderer_host_;
+ scoped_refptr<TestAudioRendererHost> audio_render_host_;
+ scoped_refptr<TestAudioInputRendererHost> audio_input_renderer_host_;
media::AudioHardwareConfig* audio_hardware_config_; // Weak reference.
« no previous file with comments | « content/shell/browser/shell_content_browser_client.cc ('k') | content/test/webrtc_audio_device_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698