| Index: chrome/browser/automation/automation_provider.cc
|
| diff --git a/chrome/browser/automation/automation_provider.cc b/chrome/browser/automation/automation_provider.cc
|
| index ed0e35f66f0a206e79a472db41f33e9f22babc35..364ac75f8aa85ed24fc20b50542938b27d5467d0 100644
|
| --- a/chrome/browser/automation/automation_provider.cc
|
| +++ b/chrome/browser/automation/automation_provider.cc
|
| @@ -471,7 +471,7 @@ Browser* AutomationProvider::FindAndActivateTab(
|
| content::WebContentsDelegate* d = controller->GetWebContents()->GetDelegate();
|
| if (d)
|
| d->ActivateContents(controller->GetWebContents());
|
| - return browser::FindBrowserWithWebContents(controller->GetWebContents());
|
| + return chrome::FindBrowserWithWebContents(controller->GetWebContents());
|
| }
|
|
|
| void AutomationProvider::HandleFindRequest(
|
|
|