| Index: chrome/browser/automation/testing_automation_provider.h
|
| diff --git a/chrome/browser/automation/testing_automation_provider.h b/chrome/browser/automation/testing_automation_provider.h
|
| index 5129527538295d2862da7ed023bb83614e9395b1..05ff04992431b68624f64136d7ee84648d7247d2 100644
|
| --- a/chrome/browser/automation/testing_automation_provider.h
|
| +++ b/chrome/browser/automation/testing_automation_provider.h
|
| @@ -1334,7 +1334,7 @@ class TestingAutomationProvider : public AutomationProvider,
|
|
|
| // Execute Javascript in the context of a specific render view.
|
| void ExecuteJavascriptInRenderViewFrame(
|
| - const string16& frame_xpath, const string16& script,
|
| + const base::string16& frame_xpath, const base::string16& script,
|
| IPC::Message* reply_message, content::RenderViewHost* render_view_host);
|
|
|
| // Selects the given |tab| if not selected already.
|
|
|