diff options
Diffstat (limited to 'chrome/browser/views/accelerator_table_gtk.h')
-rw-r--r-- | chrome/browser/views/accelerator_table_gtk.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/views/accelerator_table_gtk.h b/chrome/browser/views/accelerator_table_gtk.h index bbab634..46abbcc 100644 --- a/chrome/browser/views/accelerator_table_gtk.h +++ b/chrome/browser/views/accelerator_table_gtk.h @@ -8,14 +8,14 @@ #include <stdio.h> -#include "app/keyboard_codes.h" +#include "base/keyboard_codes.h" // This contains the list of accelerators for the Linux toolkit_view // implementation. namespace browser { struct AcceleratorMapping { - app::KeyboardCode keycode; + base::KeyboardCode keycode; bool shift_pressed; bool ctrl_pressed; bool alt_pressed; |