| Index: content/browser/fileapi/file_system_browsertest.cc
|
| ===================================================================
|
| --- content/browser/fileapi/file_system_browsertest.cc (revision 148111)
|
| +++ content/browser/fileapi/file_system_browsertest.cc (working copy)
|
| @@ -14,6 +14,7 @@
|
| #include "chrome/test/base/ui_test_utils.h"
|
| #include "content/browser/web_contents/web_contents_impl.h"
|
| #include "content/public/common/content_switches.h"
|
| +#include "content/public/test/browser_test_utils.h"
|
| #include "webkit/quota/quota_manager.h"
|
|
|
| using content::BrowserThread;
|
| @@ -43,7 +44,7 @@
|
| chrome::GetActiveWebContents(the_browser)->GetURL().ref();
|
| if (result != "pass") {
|
| std::string js_result;
|
| - ASSERT_TRUE(ui_test_utils::ExecuteJavaScriptAndExtractString(
|
| + ASSERT_TRUE(content::ExecuteJavaScriptAndExtractString(
|
| chrome::GetActiveWebContents(the_browser)->GetRenderViewHost(), L"",
|
| L"window.domAutomationController.send(getLog())", &js_result));
|
| FAIL() << "Failed: " << js_result;
|
|
|