Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(105)

Unified Diff: content/renderer/pepper/pepper_platform_audio_output_impl.h

Issue 9959037: Put the Pepper stuff in the content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 f1d5cba044f13c12d23e5b285fd7af93a194f466..8c5fb95c0ba70d0af1a2c1ffce2b706741fd294e 100644
--- a/content/renderer/pepper/pepper_platform_audio_output_impl.h
+++ b/content/renderer/pepper/pepper_platform_audio_output_impl.h
@@ -16,6 +16,8 @@ namespace base {
class MessageLoopProxy;
}
+namespace content {
+
class PepperPlatformAudioOutputImpl
: public webkit::ppapi::PluginDelegate::PlatformAudioOutput,
public AudioMessageFilter::Delegate,
@@ -72,4 +74,6 @@ class PepperPlatformAudioOutputImpl
DISALLOW_COPY_AND_ASSIGN(PepperPlatformAudioOutputImpl);
};
+} // namespace content
+
#endif // CONTENT_RENDERER_PEPPER_PEPPER_PLATFORM_AUDIO_OUTPUT_IMPL_H_

Powered by Google App Engine
This is Rietveld 408576698