| Index: chrome/test/automation/window_proxy.cc
 | 
| diff --git a/chrome/test/automation/window_proxy.cc b/chrome/test/automation/window_proxy.cc
 | 
| index c098abd936c822f753f3b470d3574cccbfa6c927..1a66edc7b2dbeaee9dc609fa7e780f883fa68fbc 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(base::KeyboardCode key, int flags) {
 | 
| +bool WindowProxy::SimulateOSKeyPress(app::KeyboardCode key, int flags) {
 | 
|    if (!is_valid()) return false;
 | 
|  
 | 
|    return sender_->Send(
 | 
| 
 |