| Index: chrome/browser/extensions/api/file_system/file_system_apitest.cc
|
| diff --git a/chrome/browser/extensions/api/file_system/file_system_apitest.cc b/chrome/browser/extensions/api/file_system/file_system_apitest.cc
|
| index 762b515f687e3d41919c911e769117df766d7f4e..a6b206961261076e51f25a86171c9fa8b197f969 100644
|
| --- a/chrome/browser/extensions/api/file_system/file_system_apitest.cc
|
| +++ b/chrome/browser/extensions/api/file_system/file_system_apitest.cc
|
| @@ -178,7 +178,7 @@ IN_PROC_BROWSER_TEST_F(FileSystemApiTest,
|
| FileSystemApiGetDisplayPathPrettifyMac) {
|
| // On Mac, "test.localized" will be localized into just "test".
|
| base::FilePath test_path = TempFilePath("test.localized", false);
|
| - ASSERT_TRUE(file_util::CreateDirectory(test_path));
|
| + ASSERT_TRUE(base::CreateDirectory(test_path));
|
|
|
| base::FilePath test_file = test_path.AppendASCII("gold.txt");
|
| base::FilePath source = test_root_folder_.AppendASCII("gold.txt");
|
|
|