Index: chrome/browser/chromeos/drive/file_system/download_operation_unittest.cc |
diff --git a/chrome/browser/chromeos/drive/file_system/download_operation_unittest.cc b/chrome/browser/chromeos/drive/file_system/download_operation_unittest.cc |
index e9f8a29f4ecf781ab7e6df6db09a03e4ce907102..8d469a082199cd19fa205122a74c43d221864e07 100644 |
--- a/chrome/browser/chromeos/drive/file_system/download_operation_unittest.cc |
+++ b/chrome/browser/chromeos/drive/file_system/download_operation_unittest.cc |
@@ -197,7 +197,7 @@ TEST_F(DownloadOperationTest, |
TEST_F(DownloadOperationTest, EnsureFileDownloadedByPath_FromCache) { |
base::FilePath temp_file; |
- ASSERT_TRUE(file_util::CreateTemporaryFileInDir(temp_dir(), &temp_file)); |
+ ASSERT_TRUE(base::CreateTemporaryFileInDir(temp_dir(), &temp_file)); |
base::FilePath file_in_root(FILE_PATH_LITERAL("drive/root/File 1.txt")); |
ResourceEntry src_entry; |
@@ -364,7 +364,7 @@ TEST_F(DownloadOperationTest, |
TEST_F(DownloadOperationTest, EnsureFileDownloadedByLocalId_FromCache) { |
base::FilePath temp_file; |
- ASSERT_TRUE(file_util::CreateTemporaryFileInDir(temp_dir(), &temp_file)); |
+ ASSERT_TRUE(base::CreateTemporaryFileInDir(temp_dir(), &temp_file)); |
base::FilePath file_in_root(FILE_PATH_LITERAL("drive/root/File 1.txt")); |
ResourceEntry src_entry; |