| Index: webkit/plugins/ppapi/usb_key_code_conversion_mac.cc
|
| diff --git a/webkit/plugins/ppapi/usb_key_code_conversion_mac.cc b/webkit/plugins/ppapi/usb_key_code_conversion_mac.cc
|
| index 9667c1f1d1ac600dec53652b4693c5db0bee94eb..fab38b6ef006267eb77256f60a40eda88df1fdb6 100644
|
| --- a/webkit/plugins/ppapi/usb_key_code_conversion_mac.cc
|
| +++ b/webkit/plugins/ppapi/usb_key_code_conversion_mac.cc
|
| @@ -15,7 +15,7 @@ namespace ppapi {
|
| namespace {
|
|
|
| #define USB_KEYMAP(usb, xkb, win, mac) {usb, mac}
|
| -#include "webkit/plugins/ppapi/usb_keycode_map.h"
|
| +#include "ui/base/keycodes/usb_keycode_map.h"
|
| #undef USB_KEYMAP
|
|
|
| } // anonymous namespace
|
|
|