| Index: content/public/browser/web_contents_delegate.h
|
| diff --git a/content/public/browser/web_contents_delegate.h b/content/public/browser/web_contents_delegate.h
|
| index 074333a1af8d0e000295ab7a049504a777f397cd..5ca72c86dba2cf5fb57be2be7c8fe8e04d2af87c 100644
|
| --- a/content/public/browser/web_contents_delegate.h
|
| +++ b/content/public/browser/web_contents_delegate.h
|
| @@ -357,7 +357,7 @@ class CONTENT_EXPORT WebContentsDelegate {
|
|
|
| // Shows a chooser for the user to select a nearby Bluetooth device. The
|
| // observer must live at least as long as the returned chooser object.
|
| - virtual scoped_ptr<BluetoothChooser> RunBluetoothChooser(
|
| + virtual std::unique_ptr<BluetoothChooser> RunBluetoothChooser(
|
| RenderFrameHost* frame,
|
| const BluetoothChooser::EventHandler& event_handler);
|
|
|
|
|