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

Unified Diff: content/renderer/pepper/pepper_platform_video_capture_impl.cc

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.cc
diff --git a/content/renderer/pepper/pepper_platform_video_capture_impl.cc b/content/renderer/pepper/pepper_platform_video_capture_impl.cc
index 7d20d5e7e550c181e1c627814030284b8ce4aefc..9a6ea45f4afc5fba98a22f20c3fde42f7115d586 100644
--- a/content/renderer/pepper/pepper_platform_video_capture_impl.cc
+++ b/content/renderer/pepper/pepper_platform_video_capture_impl.cc
@@ -12,6 +12,8 @@
#include "content/renderer/render_thread_impl.h"
#include "media/video/capture/video_capture_proxy.h"
+namespace content {
+
PepperPlatformVideoCaptureImpl::PepperPlatformVideoCaptureImpl(
const base::WeakPtr<PepperPluginDelegateImpl>& plugin_delegate,
const std::string& device_id,
@@ -173,3 +175,5 @@ void PepperPlatformVideoCaptureImpl::OnDeviceOpened(int request_id,
if (handler_)
handler_->OnInitialized(this, succeeded);
}
+
+} // namespace content
« no previous file with comments | « content/renderer/pepper/pepper_platform_video_capture_impl.h ('k') | content/renderer/pepper/pepper_plugin_delegate_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698