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..6e4d1a5bc7ba7ef15f47e499ff7612f9228c2065 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[Cocoa] owns it. |
+ BluetoothChooserController* bluetooth_chooser_controller_; |
std::unique_ptr<ChromeExtensionChooserDialog> chooser_dialog_; |
DISALLOW_COPY_AND_ASSIGN(ChromeExtensionBluetoothChooser); |