| Index: content/test/webrtc_audio_device_test.h
|
| diff --git a/content/test/webrtc_audio_device_test.h b/content/test/webrtc_audio_device_test.h
|
| index a640e5c40949927247f0e38bc83447d356d54afd..94e29618602e3ccd44d398d8d98efbafe36dd44f 100644
|
| --- a/content/test/webrtc_audio_device_test.h
|
| +++ b/content/test/webrtc_audio_device_test.h
|
| @@ -25,6 +25,7 @@ class Channel;
|
|
|
| namespace media {
|
| class AudioManager;
|
| +class KeyPressMonitor;
|
| }
|
|
|
| namespace net {
|
| @@ -158,6 +159,7 @@ class WebRTCAudioDeviceTest : public ::testing::Test, public IPC::Listener {
|
| scoped_ptr<MediaStreamManager> media_stream_manager_;
|
| scoped_ptr<media::AudioManager> audio_manager_;
|
| scoped_ptr<AudioMirroringManager> mirroring_manager_;
|
| + scoped_ptr<media::KeyPressMonitor> key_press_monitor_;
|
| scoped_ptr<net::URLRequestContext> test_request_context_;
|
| scoped_ptr<ResourceContext> resource_context_;
|
| scoped_ptr<IPC::Channel> channel_;
|
|
|