| Index: chrome/browser/automation/testing_automation_provider_aura.cc
|
| ===================================================================
|
| --- chrome/browser/automation/testing_automation_provider_aura.cc (revision 115744)
|
| +++ chrome/browser/automation/testing_automation_provider_aura.cc (working copy)
|
| @@ -14,7 +14,7 @@
|
| void TestingAutomationProvider::ActivateWindow(int handle) {
|
| aura::Window* window = window_tracker_->GetResource(handle);
|
| if (window) {
|
| - aura_shell::ActivateWindow(window);
|
| + ash::ActivateWindow(window);
|
| }
|
| }
|
|
|
|
|