Index: chrome/browser/automation/ui_controls_linux.cc |
=================================================================== |
--- chrome/browser/automation/ui_controls_linux.cc (revision 71220) |
+++ chrome/browser/automation/ui_controls_linux.cc (working copy) |
@@ -96,7 +96,7 @@ |
namespace ui_controls { |
bool SendKeyPress(gfx::NativeWindow window, |
- app::KeyboardCode key, |
+ ui::KeyboardCode key, |
bool control, bool shift, bool alt, bool command) { |
DCHECK(command == false); // No command key on Linux |
GdkWindow* event_window = NULL; |
@@ -137,7 +137,7 @@ |
} |
bool SendKeyPressNotifyWhenDone(gfx::NativeWindow window, |
- app::KeyboardCode key, |
+ ui::KeyboardCode key, |
bool control, bool shift, |
bool alt, bool command, |
Task* task) { |