summaryrefslogtreecommitdiffstats
path: root/content/renderer/pepper/pepper_device_enumeration_event_handler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/renderer/pepper/pepper_device_enumeration_event_handler.cc')
-rw-r--r--content/renderer/pepper/pepper_device_enumeration_event_handler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/renderer/pepper/pepper_device_enumeration_event_handler.cc b/content/renderer/pepper/pepper_device_enumeration_event_handler.cc
index 7a8dce6..b23df8a 100644
--- a/content/renderer/pepper/pepper_device_enumeration_event_handler.cc
+++ b/content/renderer/pepper/pepper_device_enumeration_event_handler.cc
@@ -78,7 +78,7 @@ void PepperDeviceEnumerationEventHandler::OnDeviceOpened(
}
void PepperDeviceEnumerationEventHandler::OnDeviceOpenFailed(int request_id) {
- NotifyDeviceOpened(request_id, false, std::string());
+ NotifyDeviceOpened(request_id, false, "");
}
// static