Index: base/files/scoped_temp_dir_unittest.cc |
diff --git a/base/files/scoped_temp_dir_unittest.cc b/base/files/scoped_temp_dir_unittest.cc |
index 0c9131c3a8d7be9fc570a4779a84036880024441..02b910caa7b9713d77e0de0b8e6c2b803256589c 100644 |
--- a/base/files/scoped_temp_dir_unittest.cc |
+++ b/base/files/scoped_temp_dir_unittest.cc |
@@ -55,7 +55,7 @@ TEST(ScopedTempDir, TempDir) { |
test_path = dir.path(); |
EXPECT_TRUE(DirectoryExists(test_path)); |
FilePath tmp_dir; |
- EXPECT_TRUE(file_util::GetTempDir(&tmp_dir)); |
+ EXPECT_TRUE(base::GetTempDir(&tmp_dir)); |
EXPECT_TRUE(test_path.value().find(tmp_dir.value()) != std::string::npos); |
} |
EXPECT_FALSE(DirectoryExists(test_path)); |