| Index: chrome/browser/ui/libgtk2ui/gtk2_key_bindings_handler.h
|
| diff --git a/chrome/browser/ui/libgtk2ui/gtk2_key_bindings_handler.h b/chrome/browser/ui/libgtk2ui/gtk2_key_bindings_handler.h
|
| index 32584d4e334edf824494514b17fb42dedb383b96..4c19ee30ab71413e20be54128d6f658ceb536b29 100644
|
| --- a/chrome/browser/ui/libgtk2ui/gtk2_key_bindings_handler.h
|
| +++ b/chrome/browser/ui/libgtk2ui/gtk2_key_bindings_handler.h
|
| @@ -11,7 +11,7 @@
|
| #include <vector>
|
|
|
| #include "base/event_types.h"
|
| -#include "ui/events/linux/text_edit_command_auralinux.h"
|
| +#include "ui/base/ime/linux/text_edit_command_auralinux.h"
|
|
|
| namespace content {
|
| struct NativeWebKeyboardEvent;
|
| @@ -70,9 +70,8 @@ class Gtk2KeyBindingsHandler {
|
| GtkWidget* CreateNewHandler();
|
|
|
| // Adds an edit command to the key event.
|
| - void EditCommandMatched(ui::TextEditCommandAuraLinux::CommandId id,
|
| - const std::string& value,
|
| - bool extend_selection);
|
| + void EditCommandMatched(ui::TextEditCommand command,
|
| + const std::string& value);
|
|
|
| // Builds a fake GdkEventKey from an XEvent.
|
| void BuildGdkEventKeyFromXEvent(const base::NativeEvent& xevent,
|
|
|