diff options
Diffstat (limited to 'base/test_file_util.h')
-rw-r--r-- | base/test_file_util.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/base/test_file_util.h b/base/test_file_util.h index 1ecaf29..3547d55 100644 --- a/base/test_file_util.h +++ b/base/test_file_util.h @@ -9,13 +9,11 @@ #include <string> -class FilePath; - namespace file_util { // Clear a specific file from the system cache. After this call, trying // to access this file will result in a cold load from the hard drive. -bool EvictFileFromSystemCache(const FilePath& file); +bool EvictFileFromSystemCache(const wchar_t* file); // Like CopyFileNoCache but recursively copies all files and subdirectories // in the given input directory to the output directory. Any files in the |