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

Unified Diff: content/renderer/pepper/pepper_platform_audio_input_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_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_

Powered by Google App Engine
This is Rietveld 408576698