| Index: chrome/browser/extensions/api/braille_display_private/brlapi_keycode_map.cc
|
| diff --git a/chrome/browser/extensions/api/braille_display_private/brlapi_keycode_map.cc b/chrome/browser/extensions/api/braille_display_private/brlapi_keycode_map.cc
|
| index 20225c4b3b36e6c003a03b9b09480e981079362e..ae19d8eb7f6c2ca4e508a64a11231354bdefb732 100644
|
| --- a/chrome/browser/extensions/api/braille_display_private/brlapi_keycode_map.cc
|
| +++ b/chrome/browser/extensions/api/braille_display_private/brlapi_keycode_map.cc
|
| @@ -22,7 +22,7 @@ const int kAllDots = BRLAPI_DOT1 | BRLAPI_DOT2 | BRLAPI_DOT3 | BRLAPI_DOT4 |
|
| const brlapi_keyCode_t kMaxLatin1KeySym = 0xff;
|
|
|
| // Range of function keys that we support.
|
| -// See ui/events/keycodes/dom4/keycode_converter_data.h for the list of all
|
| +// See ui/events/keycodes/dom/keycode_converter_data.inc for the list of all
|
| // key codes.
|
| const brlapi_keyCode_t kMinFunctionKey = BRLAPI_KEY_SYM_FUNCTION;
|
| const brlapi_keyCode_t kMaxFunctionKey = BRLAPI_KEY_SYM_FUNCTION + 23;
|
| @@ -40,7 +40,7 @@ void MapModifierFlags(brlapi_keyCode_t code, KeyEvent* event) {
|
|
|
| // Maps a brlapi keysym, which is similar to an X keysym into the
|
| // provided event.
|
| -// See ui/events/keycodes/dom4/keycode_converter_data.cc for the full
|
| +// See ui/events/keycodes/dom/keycode_converter_data.cc for the full
|
| // list of key codes.
|
| void MapKeySym(brlapi_keyCode_t code, KeyEvent* event) {
|
| brlapi_keyCode_t key_sym = code & BRLAPI_KEY_CODE_MASK;
|
|
|