Index: content/renderer/pepper/pepper_platform_audio_input_impl.h |
diff --git a/content/renderer/pepper/pepper_platform_audio_input_impl.h b/content/renderer/pepper/pepper_platform_audio_input_impl.h |
index 15681bba5ba8e44d6afbc5314ab66791078860c0..afb0990ea5d15c33a5819ac8cb9b9ac20fa0c2ce 100644 |
--- a/content/renderer/pepper/pepper_platform_audio_input_impl.h |
+++ b/content/renderer/pepper/pepper_platform_audio_input_impl.h |
@@ -16,6 +16,9 @@ |
#include "webkit/plugins/ppapi/plugin_delegate.h" |
class AudioParameters; |
+ |
+namespace content { |
+ |
class PepperPluginDelegateImpl; |
// PepperPlatformAudioInputImpl is operated on two threads: the main thread (the |
@@ -107,4 +110,6 @@ class PepperPlatformAudioInputImpl |
DISALLOW_COPY_AND_ASSIGN(PepperPlatformAudioInputImpl); |
}; |
+} // namespace content |
+ |
#endif // CONTENT_RENDERER_PEPPER_PEPPER_PLATFORM_AUDIO_INPUT_IMPL_H_ |