Index: base/test/test_file_util_mac.cc |
diff --git a/base/test/test_file_util_mac.cc b/base/test/test_file_util_mac.cc |
index 7145e51b41500e350e902d35c6a7430d6291be0e..b52b39c337a1ad5c4a7bf15efa6d80311668f6eb 100644 |
--- a/base/test/test_file_util_mac.cc |
+++ b/base/test/test_file_util_mac.cc |
@@ -11,7 +11,7 @@ |
namespace file_util { |
-bool EvictFileFromSystemCache(const FilePath& file) { |
+bool EvictFileFromSystemCache(const base::FilePath& file) { |
// There aren't any really direct ways to purge a file from the UBC. From |
// talking with Amit Singh, the safest is to mmap the file with MAP_FILE (the |
// default) + MAP_SHARED, then do an msync to invalidate the memory. The next |