| Index: extensions/shell/browser/media_capture_util.cc
|
| diff --git a/extensions/shell/browser/media_capture_util.cc b/extensions/shell/browser/media_capture_util.cc
|
| index 6f4660c84f0b18fc1a58e5cf5fd0aec6acb817b2..fe2db183f0be6fc5a828ea80401943c87082ba26 100644
|
| --- a/extensions/shell/browser/media_capture_util.cc
|
| +++ b/extensions/shell/browser/media_capture_util.cc
|
| @@ -64,7 +64,7 @@ void GrantMediaStreamRequest(content::WebContents* web_contents,
|
| }
|
|
|
| // TODO(jamescook): Should we show a recording icon somewhere? If so, where?
|
| - scoped_ptr<MediaStreamUI> ui;
|
| + std::unique_ptr<MediaStreamUI> ui;
|
| callback.Run(devices, devices.empty() ? content::MEDIA_DEVICE_INVALID_STATE
|
| : content::MEDIA_DEVICE_OK,
|
| std::move(ui));
|
|
|