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

Unified Diff: ash/shelf/shelf_widget.h

Issue 684643002: 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/shelf/shelf_view_unittest.cc ('k') | ash/shelf/shelf_widget.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/shelf_widget.h
diff --git a/ash/shelf/shelf_widget.h b/ash/shelf/shelf_widget.h
index 3ffb3055d293513f5c37ad4b4d08215f311b6fed..9872705ef90229d6d9feb0795f9fbfb1a90b769d 100644
--- a/ash/shelf/shelf_widget.h
+++ b/ash/shelf/shelf_widget.h
@@ -30,7 +30,7 @@ class ASH_EXPORT ShelfWidget : public views::Widget,
ShelfWidget(aura::Window* shelf_container,
aura::Window* status_container,
WorkspaceController* workspace_controller);
- virtual ~ShelfWidget();
+ ~ShelfWidget() override;
// Returns if shelf alignment option is enabled, and the user is able
// to adjust the alignment (guest and supervised mode users cannot for
@@ -81,8 +81,7 @@ class ASH_EXPORT ShelfWidget : public views::Widget,
void ForceUndimming(bool force);
// Overridden from views::WidgetObserver:
- virtual void OnWidgetActivationChanged(
- views::Widget* widget, bool active) override;
+ void OnWidgetActivationChanged(views::Widget* widget, bool active) override;
// A function to test the current alpha used by the dimming bar. If there is
// no dimmer active, the function will return -1.
@@ -96,7 +95,7 @@ class ASH_EXPORT ShelfWidget : public views::Widget,
void DisableDimmingAnimationsForTest();
// ShelfLayoutManagerObserver overrides:
- virtual void WillDeleteShelf() override;
+ void WillDeleteShelf() override;
private:
class DelegateView;
« no previous file with comments | « ash/shelf/shelf_view_unittest.cc ('k') | ash/shelf/shelf_widget.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698