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

Unified Diff: content/renderer/pepper/pepper_platform_video_capture_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_video_capture_impl.h
diff --git a/content/renderer/pepper/pepper_platform_video_capture_impl.h b/content/renderer/pepper/pepper_platform_video_capture_impl.h
index 07fd27574e85ffdc5122a72c3343cf225e16a9c0..9eb7504eefbcdef11472a4abda6cfada77bfbac7 100644
--- a/content/renderer/pepper/pepper_platform_video_capture_impl.h
+++ b/content/renderer/pepper/pepper_platform_video_capture_impl.h
@@ -15,12 +15,14 @@
#include "media/video/capture/video_capture.h"
#include "webkit/plugins/ppapi/plugin_delegate.h"
-class PepperPluginDelegateImpl;
-
namespace media {
class VideoCaptureHandlerProxy;
}
+namespace content {
+
+class PepperPluginDelegateImpl;
+
class PepperPlatformVideoCaptureImpl
: public webkit::ppapi::PluginDelegate::PlatformVideoCapture,
public media::VideoCapture::EventHandler {
@@ -80,4 +82,6 @@ class PepperPlatformVideoCaptureImpl
DISALLOW_COPY_AND_ASSIGN(PepperPlatformVideoCaptureImpl);
};
+} // namespace content
+
#endif // CONTENT_RENDERER_PEPPER_PEPPER_PLATFORM_VIDEO_CAPTURE_IMPL_H_

Powered by Google App Engine
This is Rietveld 408576698