| Index: chrome/browser/ui/bluetooth/bluetooth_chooser_desktop.h
|
| diff --git a/chrome/browser/ui/bluetooth/bluetooth_chooser_desktop.h b/chrome/browser/ui/bluetooth/bluetooth_chooser_desktop.h
|
| index 09ac47de42d8ac70d78be92444b5952af13bd7c1..acb895aeb4e31e780ebbe008b8d9aa5f45b7f8c0 100644
|
| --- a/chrome/browser/ui/bluetooth/bluetooth_chooser_desktop.h
|
| +++ b/chrome/browser/ui/bluetooth/bluetooth_chooser_desktop.h
|
| @@ -27,7 +27,7 @@ class BluetoothChooserDesktop : public content::BluetoothChooser {
|
| void RemoveDevice(const std::string& device_id) override;
|
|
|
| private:
|
| - // Weak. ChooserBubbleDelegate owns it.
|
| + // Weak. ChooserContentView(non-Mac)/ChooserContentViewCocoa(Mac) owns it.
|
| BluetoothChooserController* bluetooth_chooser_controller_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(BluetoothChooserDesktop);
|
|
|