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

Unified Diff: ash/ash_touch_exploration_manager_chromeos.h

Issue 800983006: Update {virtual,override,final} to follow C++11 style in ash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Workaround Created 5 years, 11 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 | « no previous file | ash/autoclick/autoclick_unittest.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 67e8e30cf1b1f2f170f85154e6c37630107a1a41..6c9fcf4491e0da4d3eb5d5cde479eca896eb10c2 100644
--- a/ash/ash_touch_exploration_manager_chromeos.h
+++ b/ash/ash_touch_exploration_manager_chromeos.h
@@ -26,19 +26,19 @@ class ASH_EXPORT AshTouchExplorationManager
public:
explicit AshTouchExplorationManager(
RootWindowController* root_window_controller);
- virtual ~AshTouchExplorationManager();
+ ~AshTouchExplorationManager() override;
// AccessibilityObserver overrides:
- virtual void OnAccessibilityModeChanged(
+ void OnAccessibilityModeChanged(
ui::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;
+ void SetOutputLevel(int volume) override;
+ void SilenceSpokenFeedback() override;
+ void PlayVolumeAdjustEarcon() override;
+ void PlayPassthroughEarcon() override;
+ void PlayExitScreenEarcon() override;
+ void PlayEnterScreenEarcon() override;
private:
void UpdateTouchExplorationState();
« no previous file with comments | « no previous file | ash/autoclick/autoclick_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698