diff options
Diffstat (limited to 'base/test/test_file_util_mac.cc')
-rw-r--r-- | base/test/test_file_util_mac.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/test/test_file_util_mac.cc b/base/test/test_file_util_mac.cc index 7145e51..b52b39c 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 |