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

Unified Diff: ash/ash_touch_exploration_manager_chromeos.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/accelerometer/accelerometer_controller.h ('k') | ash/autoclick/autoclick_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash_touch_exploration_manager_chromeos.h
diff --git a/ash/ash_touch_exploration_manager_chromeos.h b/ash/ash_touch_exploration_manager_chromeos.h
index bce2a52991acb1b9359698d449502ce5d01d59c8..817f242765867855229a05d34da4cb673c2c6dd0 100644
--- a/ash/ash_touch_exploration_manager_chromeos.h
+++ b/ash/ash_touch_exploration_manager_chromeos.h
@@ -30,15 +30,15 @@ class ASH_EXPORT AshTouchExplorationManager
// AccessibilityObserver overrides:
virtual void OnAccessibilityModeChanged(
- AccessibilityNotificationVisibility notify) OVERRIDE;
+ AccessibilityNotificationVisibility notify) override;
// TouchExplorationControllerDelegate overrides:
- virtual void SetOutputLevel(int volume) OVERRIDE;
- virtual void SilenceSpokenFeedback() OVERRIDE;
- virtual void PlayVolumeAdjustEarcon() OVERRIDE;
- virtual void PlayPassthroughEarcon() OVERRIDE;
- virtual void PlayExitScreenEarcon() OVERRIDE;
- virtual void PlayEnterScreenEarcon() OVERRIDE;
+ virtual void SetOutputLevel(int volume) override;
+ virtual void SilenceSpokenFeedback() override;
+ virtual void PlayVolumeAdjustEarcon() override;
+ virtual void PlayPassthroughEarcon() override;
+ virtual void PlayExitScreenEarcon() override;
+ virtual void PlayEnterScreenEarcon() override;
private:
void UpdateTouchExplorationState();
« no previous file with comments | « ash/accelerometer/accelerometer_controller.h ('k') | ash/autoclick/autoclick_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698