| Index: chrome/browser/automation/automation_tab_helper_browsertest.cc
|
| diff --git a/chrome/browser/automation/automation_tab_helper_browsertest.cc b/chrome/browser/automation/automation_tab_helper_browsertest.cc
|
| index 98e77f69e18ee819fb5c304c04e24e33dda4e16b..cea140dc3e11b3cd59d734f37d25bb147476b490 100644
|
| --- a/chrome/browser/automation/automation_tab_helper_browsertest.cc
|
| +++ b/chrome/browser/automation/automation_tab_helper_browsertest.cc
|
| @@ -6,6 +6,7 @@
|
|
|
| #include "base/file_path.h"
|
| #include "base/path_service.h"
|
| +#include "base/string16.h"
|
| #include "base/stringprintf.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "chrome/browser/automation/automation_tab_helper.h"
|
| @@ -97,7 +98,7 @@ class AutomationTabHelperBrowserTest : public InProcessBrowserTest {
|
| } else {
|
| script += "window.domAutomationController.setAutomationId(0);"
|
| "window.domAutomationController.send(0);";
|
| - host->ExecuteJavascriptInWebFrame(ASCIIToUTF16(""), ASCIIToUTF16(script));
|
| + host->ExecuteJavascriptInWebFrame(string16(), ASCIIToUTF16(script));
|
| }
|
| }
|
|
|
|
|