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