| Index: ui/events/keycodes/keyboard_code_conversion_mac.h
|
| diff --git a/ui/events/keycodes/keyboard_code_conversion_mac.h b/ui/events/keycodes/keyboard_code_conversion_mac.h
|
| index f4ba52c429780ad699bec4c9bf24bfd27a6acf09..f8b33106fee464da5092719bf4a8a1656dcd93ff 100644
|
| --- a/ui/events/keycodes/keyboard_code_conversion_mac.h
|
| +++ b/ui/events/keycodes/keyboard_code_conversion_mac.h
|
| @@ -37,7 +37,7 @@ EVENTS_BASE_EXPORT int MacKeyCodeForWindowsKeyCode(
|
| unichar* keyboard_character);
|
|
|
| // This implementation cribbed from:
|
| -// third_party/WebKit/Source/web/mac/WebInputEventFactory.mm
|
| +// content/browser/render_host/input/web_input_event_builder_mac.mm
|
| // Converts |event| into a |KeyboardCode|. The mapping is not direct as the Mac
|
| // has a different notion of key codes.
|
| EVENTS_BASE_EXPORT KeyboardCode KeyboardCodeFromNSEvent(NSEvent* event);
|
|
|