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