Index: content/browser/download/download_file_unittest.cc |
diff --git a/content/browser/download/download_file_unittest.cc b/content/browser/download/download_file_unittest.cc |
index dcc0e424bd299dd49d0d878b6d59640562e514ac..e46babca616c2a2e4f42cc71f1243248a73e5257 100644 |
--- a/content/browser/download/download_file_unittest.cc |
+++ b/content/browser/download/download_file_unittest.cc |
@@ -461,7 +461,7 @@ TEST_F(DownloadFileTest, RenameError) { |
// Create a subdirectory. |
base::FilePath tempdir( |
initial_path.DirName().Append(FILE_PATH_LITERAL("tempdir"))); |
- ASSERT_TRUE(file_util::CreateDirectory(tempdir)); |
+ ASSERT_TRUE(base::CreateDirectory(tempdir)); |
base::FilePath target_path(tempdir.Append(initial_path.BaseName())); |
// Targets |