| Index: chrome/browser/views/accelerator_table_gtk.h
|
| ===================================================================
|
| --- chrome/browser/views/accelerator_table_gtk.h (revision 58389)
|
| +++ chrome/browser/views/accelerator_table_gtk.h (working copy)
|
| @@ -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;
|
|
|