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

Unified Diff: ash/wm/gestures/tray_gesture_handler.h

Issue 645513008: Standardize usage of virtual/override/final specifiers. (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/wm/gestures/overview_gesture_handler_unittest.cc ('k') | ash/wm/immersive_fullscreen_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/gestures/tray_gesture_handler.h
diff --git a/ash/wm/gestures/tray_gesture_handler.h b/ash/wm/gestures/tray_gesture_handler.h
index 68ecf959a87e0ef8fc3d3b9a3aacdcb15006410c..529349868c81c453cb754b37731bd2071794ef83 100644
--- a/ash/wm/gestures/tray_gesture_handler.h
+++ b/ash/wm/gestures/tray_gesture_handler.h
@@ -19,7 +19,7 @@ namespace ash {
class TrayGestureHandler : public views::WidgetObserver {
public:
TrayGestureHandler();
- virtual ~TrayGestureHandler();
+ ~TrayGestureHandler() override;
// Handles a gesture-update event and updates the dragging state of the tray
// bubble. Returns true if the handler can continue to process gesture events
@@ -30,7 +30,7 @@ class TrayGestureHandler : public views::WidgetObserver {
void CompleteGestureDrag(const ui::GestureEvent& event);
private:
- virtual void OnWidgetDestroying(views::Widget* widget) override;
+ void OnWidgetDestroying(views::Widget* widget) override;
// The widget for the tray-bubble.
views::Widget* widget_;
« no previous file with comments | « ash/wm/gestures/overview_gesture_handler_unittest.cc ('k') | ash/wm/immersive_fullscreen_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698