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

Unified Diff: ash/sticky_keys/sticky_keys_controller.h

Issue 2095193002: clang-format all of //ash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/snap_to_pixel_layout_manager.cc ('k') | ash/sticky_keys/sticky_keys_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/sticky_keys/sticky_keys_controller.h
diff --git a/ash/sticky_keys/sticky_keys_controller.h b/ash/sticky_keys/sticky_keys_controller.h
index 70dd4e3b9bdd2413bf0bc3e3aa088be65226b83a..d2db5aa85489b7404a68fd176a422076dcc07022 100644
--- a/ash/sticky_keys/sticky_keys_controller.h
+++ b/ash/sticky_keys/sticky_keys_controller.h
@@ -226,11 +226,11 @@ class ASH_EXPORT StickyKeysHandler {
// Represents event type in Sticky Key context.
enum KeyEventType {
TARGET_MODIFIER_DOWN, // The monitoring modifier key is down.
- TARGET_MODIFIER_UP, // The monitoring modifier key is up.
- NORMAL_KEY_DOWN, // The non modifier key is down.
- NORMAL_KEY_UP, // The non modifier key is up.
- OTHER_MODIFIER_DOWN, // The modifier key but not monitored key is down.
- OTHER_MODIFIER_UP, // The modifier key but not monitored key is up.
+ TARGET_MODIFIER_UP, // The monitoring modifier key is up.
+ NORMAL_KEY_DOWN, // The non modifier key is down.
+ NORMAL_KEY_UP, // The non modifier key is up.
+ OTHER_MODIFIER_DOWN, // The modifier key but not monitored key is down.
+ OTHER_MODIFIER_UP, // The modifier key but not monitored key is up.
};
// Translates event type and key code to sticky keys event type.
« no previous file with comments | « ash/snap_to_pixel_layout_manager.cc ('k') | ash/sticky_keys/sticky_keys_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698