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

Unified Diff: ash/system/chromeos/keyboard_brightness_controller.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
Index: ash/system/chromeos/keyboard_brightness_controller.h
diff --git a/ash/system/chromeos/keyboard_brightness_controller.h b/ash/system/chromeos/keyboard_brightness_controller.h
index 1afc94b1f6b9d3318d7d05eaae327c1c5ffbfd04..f4d44e81f07ebe00463ed77c0e4a679ba1f19595 100644
--- a/ash/system/chromeos/keyboard_brightness_controller.h
+++ b/ash/system/chromeos/keyboard_brightness_controller.h
@@ -23,9 +23,9 @@ class ASH_EXPORT KeyboardBrightnessController
private:
// Overridden from KeyboardBrightnessControlDelegate:
virtual bool HandleKeyboardBrightnessDown(
- const ui::Accelerator& accelerator) OVERRIDE;
+ const ui::Accelerator& accelerator) override;
virtual bool HandleKeyboardBrightnessUp(
- const ui::Accelerator& accelerator) OVERRIDE;
+ const ui::Accelerator& accelerator) override;
DISALLOW_COPY_AND_ASSIGN(KeyboardBrightnessController);
};
« no previous file with comments | « ash/system/chromeos/enterprise/tray_enterprise.h ('k') | ash/system/chromeos/multi_user/user_switch_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698