| 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..bd021e85d8d02f8852fc5af18a9b65adf626f65f 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(non-Mac)/ChooserContentViewCocoa(Mac) owns it.
|
| + BluetoothChooserController* bluetooth_chooser_controller_;
|
| std::unique_ptr<ChromeExtensionChooserDialog> chooser_dialog_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ChromeExtensionBluetoothChooser);
|
|
|