diff options
Diffstat (limited to 'chrome/browser/extensions/api/file_system/file_system_apitest.cc')
-rw-r--r-- | chrome/browser/extensions/api/file_system/file_system_apitest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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 762b515..a6b2069 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"); |