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

Unified Diff: ash/system/chromeos/tray_tracing.h

Issue 683473005: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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/bluetooth/tray_bluetooth.cc ('k') | ash/system/date/date_default_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/chromeos/tray_tracing.h
diff --git a/ash/system/chromeos/tray_tracing.h b/ash/system/chromeos/tray_tracing.h
index c1dce92b6529e4bd2e813932b75506393b7213bb..f036a8cb9e3d04661b0ae2fd8bce10c76706029c 100644
--- a/ash/system/chromeos/tray_tracing.h
+++ b/ash/system/chromeos/tray_tracing.h
@@ -29,20 +29,20 @@ class TrayTracing : public TrayImageItem,
public TracingObserver {
public:
explicit TrayTracing(SystemTray* system_tray);
- virtual ~TrayTracing();
+ ~TrayTracing() override;
private:
void SetTrayIconVisible(bool visible);
// Overridden from TrayImageItem.
- virtual bool GetInitialVisibility() override;
- virtual views::View* CreateDefaultView(user::LoginStatus status) override;
- virtual views::View* CreateDetailedView(user::LoginStatus status) override;
- virtual void DestroyDefaultView() override;
- virtual void DestroyDetailedView() override;
+ bool GetInitialVisibility() override;
+ views::View* CreateDefaultView(user::LoginStatus status) override;
+ views::View* CreateDetailedView(user::LoginStatus status) override;
+ void DestroyDefaultView() override;
+ void DestroyDetailedView() override;
// Overridden from TracingObserver.
- virtual void OnTracingModeChanged(bool value) override;
+ void OnTracingModeChanged(bool value) override;
views::View* default_;
« no previous file with comments | « ash/system/bluetooth/tray_bluetooth.cc ('k') | ash/system/date/date_default_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698