Index: content/shell/browser/layout_test/blink_test_controller.cc |
diff --git a/content/shell/browser/layout_test/blink_test_controller.cc b/content/shell/browser/layout_test/blink_test_controller.cc |
index 2a5d083e015dc0a7c9d3435d6ca6c379f24b2155..bc7011e79150bb9334cc64d4bc9b131b8347f52c 100644 |
--- a/content/shell/browser/layout_test/blink_test_controller.cc |
+++ b/content/shell/browser/layout_test/blink_test_controller.cc |
@@ -387,7 +387,7 @@ bool BlinkTestController::IsMainWindow(WebContents* web_contents) const { |
return main_window_ && web_contents == main_window_->web_contents(); |
} |
-scoped_ptr<BluetoothChooser> BlinkTestController::RunBluetoothChooser( |
+std::unique_ptr<BluetoothChooser> BlinkTestController::RunBluetoothChooser( |
RenderFrameHost* frame, |
const BluetoothChooser::EventHandler& event_handler) { |
if (bluetooth_chooser_factory_) { |