Index: content/renderer/pepper/pepper_device_enumeration_host_helper.h |
diff --git a/content/renderer/pepper/pepper_device_enumeration_host_helper.h b/content/renderer/pepper/pepper_device_enumeration_host_helper.h |
index 4142dec758e3d6fa8ac97119727fa1ecd027ac8f..4fb38d9f15ca6bf0c94b0be3f064c13cfaca87e6 100644 |
--- a/content/renderer/pepper/pepper_device_enumeration_host_helper.h |
+++ b/content/renderer/pepper/pepper_device_enumeration_host_helper.h |
@@ -42,8 +42,8 @@ class CONTENT_EXPORT PepperDeviceEnumerationHostHelper { |
virtual ~Delegate() {} |
typedef base::Callback< |
- void (int /* request_id */, |
- const std::vector<ppapi::DeviceRefData>& /* devices */)> |
+ void(int /* request_id */, |
+ const std::vector<ppapi::DeviceRefData>& /* devices */)> |
EnumerateDevicesCallback; |
// Enumerates devices of the specified type. The request ID passed into the |
@@ -87,10 +87,9 @@ class CONTENT_EXPORT PepperDeviceEnumerationHostHelper { |
void OnEnumerateDevicesComplete( |
int request_id, |
const std::vector<ppapi::DeviceRefData>& devices); |
- void OnNotifyDeviceChange( |
- uint32_t callback_id, |
- int request_id, |
- const std::vector<ppapi::DeviceRefData>& devices); |
+ void OnNotifyDeviceChange(uint32_t callback_id, |
+ int request_id, |
+ const std::vector<ppapi::DeviceRefData>& devices); |
// Non-owning pointers. |
ppapi::host::ResourceHost* resource_host_; |