| Index: chrome/test/base/extension_js_browser_test.cc
|
| diff --git a/chrome/test/base/extension_js_browser_test.cc b/chrome/test/base/extension_js_browser_test.cc
|
| index f6396d0d6d8bd4e966350ac25b82a078f2ac82dd..b84d2231ecfbb203ef8823b403038995e25883ac 100644
|
| --- a/chrome/test/base/extension_js_browser_test.cc
|
| +++ b/chrome/test/base/extension_js_browser_test.cc
|
| @@ -42,8 +42,7 @@
|
| }
|
| scripts.push_back(BuildRunTestJSCall(is_async, "RUN_TEST_F", args));
|
|
|
| - base::string16 script_16 =
|
| - base::JoinString(scripts, base::ASCIIToUTF16("\n"));
|
| + base::string16 script_16 = JoinString(scripts, '\n');
|
| std::string script = base::UTF16ToUTF8(script_16);
|
|
|
| std::string result =
|
|
|