| Index: content/public/test/test_utils.cc
|
| diff --git a/content/public/test/test_utils.cc b/content/public/test/test_utils.cc
|
| index c417483d36c6ae45d44ad5130cc1a875338c4435..98b7c1f6a6bd5b1bf40fdbb8c937de048290d57c 100644
|
| --- a/content/public/test/test_utils.cc
|
| +++ b/content/public/test/test_utils.cc
|
| @@ -138,7 +138,7 @@ scoped_ptr<base::Value> ExecuteScriptAndGetValue(
|
|
|
| render_view_host->ExecuteJavascriptInWebFrameCallbackResult(
|
| base::string16(), // frame_xpath,
|
| - UTF8ToUTF16(script),
|
| + base::UTF8ToUTF16(script),
|
| base::Bind(&ScriptCallback::ResultCallback, base::Unretained(&observer)));
|
| base::MessageLoop* loop = base::MessageLoop::current();
|
| loop->Run();
|
|
|