Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3959)

Unified Diff: chrome/browser/ui/bluetooth/bluetooth_chooser_desktop.h

Issue 2595083002: Change ChooserContentView[Cocoa] class name to be DeviceChooserContentView[Cocoa] (Closed)
Patch Set: merge master Created 3 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | chrome/browser/ui/bluetooth/chrome_extension_bluetooth_chooser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 7e810532cc31de7fcbe33f56d251e02df091396c..cbfb5d3caf5321dab5c6c498f81404684996bf3b 100644
--- a/chrome/browser/ui/bluetooth/bluetooth_chooser_desktop.h
+++ b/chrome/browser/ui/bluetooth/bluetooth_chooser_desktop.h
@@ -31,7 +31,7 @@ class BluetoothChooserDesktop : public content::BluetoothChooser {
void RemoveDevice(const std::string& device_id) override;
private:
- // Weak. ChooserContentView[Cocoa] owns it.
+ // Weak. DeviceChooserContentView[Cocoa] owns it.
BluetoothChooserController* bluetooth_chooser_controller_;
DISALLOW_COPY_AND_ASSIGN(BluetoothChooserDesktop);
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | chrome/browser/ui/bluetooth/chrome_extension_bluetooth_chooser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698