Index: content/browser/download/base_file_unittest.cc |
diff --git a/content/browser/download/base_file_unittest.cc b/content/browser/download/base_file_unittest.cc |
index 8e6b4d04eb9491d787554d9c152d5f1b8a1b873d..4ab0c2ae8f61535c1cc95ffbbfea375d08a04b00 100644 |
--- a/content/browser/download/base_file_unittest.cc |
+++ b/content/browser/download/base_file_unittest.cc |
@@ -464,7 +464,7 @@ TEST_F(BaseFileTest, RenameWithError) { |
// TestDir is a subdirectory in |temp_dir_| that we will make read-only so |
// that the rename will fail. |
base::FilePath test_dir(temp_dir_.path().AppendASCII("TestDir")); |
- ASSERT_TRUE(file_util::CreateDirectory(test_dir)); |
+ ASSERT_TRUE(base::CreateDirectory(test_dir)); |
base::FilePath new_path(test_dir.AppendASCII("TestFile")); |
EXPECT_FALSE(base::PathExists(new_path)); |