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

Unified Diff: ash/system/bluetooth/tray_bluetooth.h

Issue 621133002: replace OVERRIDE and FINAL with override and final in ash/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | « ash/system/audio/volume_view.cc ('k') | ash/system/bluetooth/tray_bluetooth.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/bluetooth/tray_bluetooth.h
diff --git a/ash/system/bluetooth/tray_bluetooth.h b/ash/system/bluetooth/tray_bluetooth.h
index 1330c3c299edf151b947d16e9edf991fbf8fb2b1..8193c0125f6bb5ad47afcccd6d0594e099f7f20d 100644
--- a/ash/system/bluetooth/tray_bluetooth.h
+++ b/ash/system/bluetooth/tray_bluetooth.h
@@ -22,17 +22,17 @@ class TrayBluetooth : public SystemTrayItem,
private:
// Overridden from SystemTrayItem.
- virtual views::View* CreateTrayView(user::LoginStatus status) OVERRIDE;
- virtual views::View* CreateDefaultView(user::LoginStatus status) OVERRIDE;
- virtual views::View* CreateDetailedView(user::LoginStatus status) OVERRIDE;
- virtual void DestroyTrayView() OVERRIDE;
- virtual void DestroyDefaultView() OVERRIDE;
- virtual void DestroyDetailedView() OVERRIDE;
- virtual void UpdateAfterLoginStatusChange(user::LoginStatus status) OVERRIDE;
+ virtual views::View* CreateTrayView(user::LoginStatus status) override;
+ virtual views::View* CreateDefaultView(user::LoginStatus status) override;
+ virtual views::View* CreateDetailedView(user::LoginStatus status) override;
+ virtual void DestroyTrayView() override;
+ virtual void DestroyDefaultView() override;
+ virtual void DestroyDetailedView() override;
+ virtual void UpdateAfterLoginStatusChange(user::LoginStatus status) override;
// Overridden from BluetoothObserver.
- virtual void OnBluetoothRefresh() OVERRIDE;
- virtual void OnBluetoothDiscoveringChanged() OVERRIDE;
+ virtual void OnBluetoothRefresh() override;
+ virtual void OnBluetoothDiscoveringChanged() override;
tray::BluetoothDefaultView* default_;
tray::BluetoothDetailedView* detailed_;
« no previous file with comments | « ash/system/audio/volume_view.cc ('k') | ash/system/bluetooth/tray_bluetooth.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698