| Index: chrome/browser/search_engines/template_url_fetcher_unittest.cc
|
| diff --git a/chrome/browser/search_engines/template_url_fetcher_unittest.cc b/chrome/browser/search_engines/template_url_fetcher_unittest.cc
|
| index 5e8dffe51b5e0e126589ddb7c5492489ca04b02c..d97e66261d0d4933b8d576e8a93f823178f20204 100644
|
| --- a/chrome/browser/search_engines/template_url_fetcher_unittest.cc
|
| +++ b/chrome/browser/search_engines/template_url_fetcher_unittest.cc
|
| @@ -146,7 +146,7 @@ void TemplateURLFetcherTest::StartDownload(
|
| ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &osdd_full_path));
|
| osdd_full_path = osdd_full_path.AppendASCII(osdd_file_name);
|
| ASSERT_TRUE(base::PathExists(osdd_full_path));
|
| - ASSERT_FALSE(file_util::DirectoryExists(osdd_full_path));
|
| + ASSERT_FALSE(base::DirectoryExists(osdd_full_path));
|
| }
|
|
|
| // Start the fetch.
|
|
|