| 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 b23df8a7a4d77b4bc0081fde9bfc1f8f8b768f3a..7a8dce63ca501f92144fc63d56eeeb460fb52294 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, "");
|
| + NotifyDeviceOpened(request_id, false, std::string());
|
| }
|
|
|
| // static
|
|
|