| 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..77c2cd21c3fca62dd8abfeb1d34464512991748a 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[Cocoa] owns it.
|
| BluetoothChooserController* bluetooth_chooser_controller_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(BluetoothChooserDesktop);
|
|
|