| Index: chrome/browser/ui/bluetooth/chrome_extension_bluetooth_chooser.h
|
| diff --git a/chrome/browser/ui/bluetooth/chrome_extension_bluetooth_chooser.h b/chrome/browser/ui/bluetooth/chrome_extension_bluetooth_chooser.h
|
| index 27ddcb4f0ee4f3a0d2dfe92a9048480e3488477c..b6f77e7feffeaa0f9f6ef8319ee7111b44b99b60 100644
|
| --- a/chrome/browser/ui/bluetooth/chrome_extension_bluetooth_chooser.h
|
| +++ b/chrome/browser/ui/bluetooth/chrome_extension_bluetooth_chooser.h
|
| @@ -34,7 +34,8 @@ class ChromeExtensionBluetoothChooser : public content::BluetoothChooser {
|
| void RemoveDevice(const std::string& device_id) override;
|
|
|
| private:
|
| - std::unique_ptr<BluetoothChooserController> bluetooth_chooser_controller_;
|
| + // Weak. ChooserContentView owns it.
|
| + BluetoothChooserController* bluetooth_chooser_controller_;
|
| std::unique_ptr<ChromeExtensionChooserDialog> chooser_dialog_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ChromeExtensionBluetoothChooser);
|
|
|