Index: content/renderer/pepper/pepper_platform_audio_output_impl.h |
diff --git a/content/renderer/pepper/pepper_platform_audio_output_impl.h b/content/renderer/pepper/pepper_platform_audio_output_impl.h |
index cdba240e22b46f1df106823d95dc96ddc39d46c1..bd8d3f13deff95929ba8a7fd6c93b1334f4509a6 100644 |
--- a/content/renderer/pepper/pepper_platform_audio_output_impl.h |
+++ b/content/renderer/pepper/pepper_platform_audio_output_impl.h |
@@ -10,7 +10,9 @@ |
#include "content/renderer/media/audio_message_filter.h" |
#include "webkit/plugins/ppapi/plugin_delegate.h" |
+namespace media{ |
class AudioParameters; |
+} |
namespace base { |
class MessageLoopProxy; |
@@ -44,7 +46,7 @@ class PepperPlatformAudioOutputImpl |
webkit::ppapi::PluginDelegate::PlatformAudioCommonClient* client); |
// I/O thread backends to above functions. |
- void InitializeOnIOThread(const AudioParameters& params); |
+ void InitializeOnIOThread(const media::AudioParameters& params); |
void StartPlaybackOnIOThread(); |
void StopPlaybackOnIOThread(); |
void ShutDownOnIOThread(); |