| Index: content/shell/browser/shell.cc
|
| diff --git a/content/shell/browser/shell.cc b/content/shell/browser/shell.cc
|
| index ed655f35764ac832b1ba45b66dd8b737dffc6e65..a9053aee70e395855d1b3018acd345560c796ded 100644
|
| --- a/content/shell/browser/shell.cc
|
| +++ b/content/shell/browser/shell.cc
|
| @@ -409,7 +409,7 @@ JavaScriptDialogManager* Shell::GetJavaScriptDialogManager(
|
| return dialog_manager_.get();
|
| }
|
|
|
| -scoped_ptr<BluetoothChooser> Shell::RunBluetoothChooser(
|
| +std::unique_ptr<BluetoothChooser> Shell::RunBluetoothChooser(
|
| RenderFrameHost* frame,
|
| const BluetoothChooser::EventHandler& event_handler) {
|
| if (switches::IsRunLayoutTestSwitchPresent()) {
|
|
|