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

Unified Diff: content/renderer/pepper/pepper_device_enumeration_event_handler.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_device_enumeration_event_handler.cc
diff --git a/content/renderer/pepper/pepper_device_enumeration_event_handler.cc b/content/renderer/pepper/pepper_device_enumeration_event_handler.cc
index 5ff77efc95674b80206d5afbc8358053db2f4722..33c99063b400da392c80fefbe3a1069a18da7975 100644
--- a/content/renderer/pepper/pepper_device_enumeration_event_handler.cc
+++ b/content/renderer/pepper/pepper_device_enumeration_event_handler.cc
@@ -7,6 +7,8 @@
#include "base/logging.h"
#include "ppapi/shared_impl/ppb_device_ref_shared.h"
+namespace content {
+
namespace {
ppapi::DeviceRefData FromStreamDeviceInfo(
@@ -159,3 +161,5 @@ void PepperDeviceEnumerationEventHandler::NotifyDeviceOpened(
callback.Run(request_id, succeeded, label);
}
+
+} // namespace content

Powered by Google App Engine
This is Rietveld 408576698