| Index: chrome/test/base/web_ui_browsertest.cc
|
| diff --git a/chrome/test/base/web_ui_browsertest.cc b/chrome/test/base/web_ui_browsertest.cc
|
| index e523d7c3b2ca5fce03252a8ea4f516dc59901fde..b4f4690dd330fe26b8cd1848d2783fced55a2b77 100644
|
| --- a/chrome/test/base/web_ui_browsertest.cc
|
| +++ b/chrome/test/base/web_ui_browsertest.cc
|
| @@ -432,7 +432,7 @@ GURL WebUIBrowserTest::WebUITestDataPathToURL(
|
| base::FilePath dir_test_data;
|
| EXPECT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &dir_test_data));
|
| base::FilePath test_path(dir_test_data.Append(kWebUITestFolder).Append(path));
|
| - EXPECT_TRUE(file_util::PathExists(test_path));
|
| + EXPECT_TRUE(base::PathExists(test_path));
|
| return net::FilePathToFileURL(test_path);
|
| }
|
|
|
|
|