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

Unified Diff: ash/touch/touch_hud_debug.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/tooltips/tooltip_controller_unittest.cc ('k') | ash/touch/touch_hud_debug.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/touch/touch_hud_debug.h
diff --git a/ash/touch/touch_hud_debug.h b/ash/touch/touch_hud_debug.h
index 12ba64aeefd40d9f82c71208a6f5978256038e41..9409243fec302ff07e3916930af4f3cf26c72a62 100644
--- a/ash/touch/touch_hud_debug.h
+++ b/ash/touch/touch_hud_debug.h
@@ -49,7 +49,7 @@ class ASH_EXPORT TouchHudDebug : public TouchObserverHUD {
Mode mode() const { return mode_; }
// Overriden from TouchObserverHUD.
- virtual void Clear() OVERRIDE;
+ virtual void Clear() override;
private:
virtual ~TouchHudDebug();
@@ -59,13 +59,13 @@ class ASH_EXPORT TouchHudDebug : public TouchObserverHUD {
void UpdateTouchPointLabel(int index);
// Overriden from TouchObserverHUD.
- virtual void OnTouchEvent(ui::TouchEvent* event) OVERRIDE;
+ virtual void OnTouchEvent(ui::TouchEvent* event) override;
virtual void OnDisplayMetricsChanged(const gfx::Display& display,
- uint32_t metrics) OVERRIDE;
+ uint32_t metrics) override;
virtual void SetHudForRootWindowController(
- RootWindowController* controller) OVERRIDE;
+ RootWindowController* controller) override;
virtual void UnsetHudForRootWindowController(
- RootWindowController* controller) OVERRIDE;
+ RootWindowController* controller) override;
static const int kMaxTouchPoints = 32;
« no previous file with comments | « ash/tooltips/tooltip_controller_unittest.cc ('k') | ash/touch/touch_hud_debug.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698