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 |