Index: chrome/browser/ui/webui/options2/chromeos/keyboard_handler2.cc |
diff --git a/chrome/browser/ui/webui/options2/chromeos/keyboard_handler2.cc b/chrome/browser/ui/webui/options2/chromeos/keyboard_handler2.cc |
index 1b3932b83887cffc69566faba03b302a11ec7bd5..48f9533116ecdace7f9751cfeac7c66671d9eaa3 100644 |
--- a/chrome/browser/ui/webui/options2/chromeos/keyboard_handler2.cc |
+++ b/chrome/browser/ui/webui/options2/chromeos/keyboard_handler2.cc |
@@ -17,9 +17,9 @@ const struct ModifierKeysSelectItem { |
{ IDS_OPTIONS_SETTINGS_LANGUAGES_XKB_KEY_SEARCH, |
chromeos::input_method::kSearchKey }, |
{ IDS_OPTIONS_SETTINGS_LANGUAGES_XKB_KEY_LEFT_CTRL, |
- chromeos::input_method::kLeftControlKey }, |
+ chromeos::input_method::kControlKey }, |
{ IDS_OPTIONS_SETTINGS_LANGUAGES_XKB_KEY_LEFT_ALT, |
- chromeos::input_method::kLeftAltKey }, |
+ chromeos::input_method::kAltKey }, |
{ IDS_OPTIONS_SETTINGS_LANGUAGES_XKB_KEY_VOID, |
chromeos::input_method::kVoidKey }, |
{ IDS_OPTIONS_SETTINGS_LANGUAGES_XKB_KEY_CAPS_LOCK, |