Index: chrome/test/automation/window_proxy.cc |
=================================================================== |
--- chrome/test/automation/window_proxy.cc (revision 71220) |
+++ chrome/test/automation/window_proxy.cc (working copy) |
@@ -40,7 +40,7 @@ |
return sender_->Send(new AutomationMsg_WindowTitle(handle_, text)); |
} |
-bool WindowProxy::SimulateOSKeyPress(app::KeyboardCode key, int flags) { |
+bool WindowProxy::SimulateOSKeyPress(ui::KeyboardCode key, int flags) { |
if (!is_valid()) return false; |
return sender_->Send( |