| Index: chrome/browser/media/media_stream_devices_controller.cc
|
| diff --git a/chrome/browser/media/media_stream_devices_controller.cc b/chrome/browser/media/media_stream_devices_controller.cc
|
| index 57e1dbcc145bda22b739a77a6e2452e10e88c449..f32900c8a15d81f2710cc399f777607c2ef1e66d 100644
|
| --- a/chrome/browser/media/media_stream_devices_controller.cc
|
| +++ b/chrome/browser/media/media_stream_devices_controller.cc
|
| @@ -332,9 +332,9 @@ void MediaStreamDevicesController::RequestFinished() {
|
| delete this;
|
| }
|
|
|
| -PermissionBubbleType MediaStreamDevicesController::GetPermissionBubbleType()
|
| +PermissionRequestType MediaStreamDevicesController::GetPermissionRequestType()
|
| const {
|
| - return PermissionBubbleType::MEDIA_STREAM;
|
| + return PermissionRequestType::MEDIA_STREAM;
|
| }
|
|
|
| content::MediaStreamDevices MediaStreamDevicesController::GetDevices(
|
|
|