Index: chrome/browser/automation/testing_automation_provider.cc |
diff --git a/chrome/browser/automation/testing_automation_provider.cc b/chrome/browser/automation/testing_automation_provider.cc |
index a24935f16e03b5aa174ee197b58bd1fd02fb2f5a..e75547e223b1e8327de4c3e7cda92336c9d9b4e7 100644 |
--- a/chrome/browser/automation/testing_automation_provider.cc |
+++ b/chrome/browser/automation/testing_automation_provider.cc |
@@ -765,7 +765,7 @@ void TestingAutomationProvider::WindowSimulateKeyPress( |
gfx::NativeWindow window = window_tracker_->GetResource(handle); |
// The key event is sent to whatever window is active. |
- ui_controls::SendKeyPress(window, static_cast<base::KeyboardCode>(key), |
+ ui_controls::SendKeyPress(window, static_cast<app::KeyboardCode>(key), |
((flags & views::Event::EF_CONTROL_DOWN) == |
views::Event::EF_CONTROL_DOWN), |
((flags & views::Event::EF_SHIFT_DOWN) == |