Index: content/renderer/pepper/pepper_platform_audio_input_impl.h |
=================================================================== |
--- content/renderer/pepper/pepper_platform_audio_input_impl.h (revision 130181) |
+++ content/renderer/pepper/pepper_platform_audio_input_impl.h (working copy) |
@@ -15,10 +15,7 @@ |
#include "media/audio/audio_parameters.h" |
#include "webkit/plugins/ppapi/plugin_delegate.h" |
-namespace media { |
class AudioParameters; |
-} |
- |
class PepperPluginDelegateImpl; |
// PepperPlatformAudioInputImpl is operated on two threads: the main thread (the |
@@ -28,7 +25,6 @@ |
// also sent on the main thread. Internally, this class sends audio input IPC |
// messages and receives AudioInputMessageFilter::Delegate notifications on the |
// I/O thread. |
- |
class PepperPlatformAudioInputImpl |
: public webkit::ppapi::PluginDelegate::PlatformAudioInput, |
public AudioInputMessageFilter::Delegate, |
@@ -106,7 +102,7 @@ |
bool shutdown_called_; |
// Initialized on the main thread and accessed on the I/O thread afterwards. |
- media::AudioParameters params_; |
+ AudioParameters params_; |
DISALLOW_COPY_AND_ASSIGN(PepperPlatformAudioInputImpl); |
}; |