| Index: chrome/browser/views/accelerator_table_gtk.h
|
| diff --git a/chrome/browser/views/accelerator_table_gtk.h b/chrome/browser/views/accelerator_table_gtk.h
|
| index 46abbcca82f22e397f7fdddfbf16733b8b6089c0..bbab634f21dffcb48fbfd5174c9dbbe6b5456e32 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 "base/keyboard_codes.h"
|
| +#include "app/keyboard_codes.h"
|
|
|
| // This contains the list of accelerators for the Linux toolkit_view
|
| // implementation.
|
| namespace browser {
|
|
|
| struct AcceleratorMapping {
|
| - base::KeyboardCode keycode;
|
| + app::KeyboardCode keycode;
|
| bool shift_pressed;
|
| bool ctrl_pressed;
|
| bool alt_pressed;
|
|
|