Index: base/test/test_file_util_linux.cc |
diff --git a/base/test/test_file_util_linux.cc b/base/test/test_file_util_linux.cc |
index 993750edbdda42eaea19504006183ee0593b850e..958fa81173476c62fdf80612464c442a1b7f5bd3 100644 |
--- a/base/test/test_file_util_linux.cc |
+++ b/base/test/test_file_util_linux.cc |
@@ -13,7 +13,7 @@ |
namespace file_util { |
-bool EvictFileFromSystemCache(const FilePath& file) { |
+bool EvictFileFromSystemCache(const base::FilePath& file) { |
int fd = open(file.value().c_str(), O_RDONLY); |
if (fd < 0) |
return false; |