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 b1609ef6f829305c14ec9a7977e4a07de7eb1b07..6ad8b80a050f045330e7ce92528604b01457db6c 100644 |
--- a/content/renderer/pepper/pepper_platform_audio_output_impl.h |
+++ b/content/renderer/pepper/pepper_platform_audio_output_impl.h |
@@ -18,6 +18,8 @@ namespace base { |
class MessageLoopProxy; |
} |
+namespace content { |
+ |
class PepperPlatformAudioOutputImpl |
: public webkit::ppapi::PluginDelegate::PlatformAudioOutput, |
public AudioMessageFilter::Delegate, |
@@ -74,4 +76,6 @@ class PepperPlatformAudioOutputImpl |
DISALLOW_COPY_AND_ASSIGN(PepperPlatformAudioOutputImpl); |
}; |
+} // namespace content |
+ |
#endif // CONTENT_RENDERER_PEPPER_PEPPER_PLATFORM_AUDIO_OUTPUT_IMPL_H_ |