chromium 11.0.969.72
[chromium.git] / patches / patch-base_test_test__file__util__posix.cc
1 $NetBSD$
2
3 --- base/test/test_file_util_posix.cc.orig      2011-04-13 08:01:34.000000000 +0000
4 +++ base/test/test_file_util_posix.cc
5 @@ -101,7 +101,7 @@ bool CopyRecursiveDirNoCache(const FileP
6    return success;
7  }
8  
9 -#if !defined(OS_LINUX) && !defined(OS_MACOSX)
10 +#if !defined(OS_POSIX)
11  bool EvictFileFromSystemCache(const FilePath& file) {
12    // There doesn't seem to be a POSIX way to cool the disk cache.
13    NOTIMPLEMENTED();