diff options
Diffstat (limited to 'chrome/test/automation/window_proxy.cc')
-rw-r--r-- | chrome/test/automation/window_proxy.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/automation/window_proxy.cc b/chrome/test/automation/window_proxy.cc index 1a66edc..c098abd 100644 --- a/chrome/test/automation/window_proxy.cc +++ b/chrome/test/automation/window_proxy.cc @@ -41,7 +41,7 @@ bool WindowProxy::GetWindowTitle(string16* text) { return sender_->Send(new AutomationMsg_WindowTitle(0, handle_, text)); } -bool WindowProxy::SimulateOSKeyPress(app::KeyboardCode key, int flags) { +bool WindowProxy::SimulateOSKeyPress(base::KeyboardCode key, int flags) { if (!is_valid()) return false; return sender_->Send( |