| Index: chrome/browser/automation/testing_automation_provider.cc
 | 
| ===================================================================
 | 
| --- chrome/browser/automation/testing_automation_provider.cc	(revision 58389)
 | 
| +++ chrome/browser/automation/testing_automation_provider.cc	(working copy)
 | 
| @@ -879,7 +879,7 @@
 | 
|  
 | 
|    gfx::NativeWindow window = window_tracker_->GetResource(handle);
 | 
|    // The key event is sent to whatever window is active.
 | 
| -  ui_controls::SendKeyPress(window, static_cast<app::KeyboardCode>(key),
 | 
| +  ui_controls::SendKeyPress(window, static_cast<base::KeyboardCode>(key),
 | 
|                             ((flags & views::Event::EF_CONTROL_DOWN) ==
 | 
|                                views::Event::EF_CONTROL_DOWN),
 | 
|                              ((flags & views::Event::EF_SHIFT_DOWN) ==
 | 
| 
 |