From 1ecbf13615d89a0e0369cab2e70692d5b9a46341 Mon Sep 17 00:00:00 2001 From: "phajdan.jr@chromium.org" Date: Thu, 11 Dec 2008 20:03:54 +0000 Subject: Port flush_cache tool and perf_tests. BUG=4160,4263 Review URL: http://codereview.chromium.org/9639 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6815 0039d316-1c4b-4281-b951-d872f2087c98 --- base/test_file_util.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'base/test_file_util.h') diff --git a/base/test_file_util.h b/base/test_file_util.h index 3547d55..1ecaf29 100644 --- a/base/test_file_util.h +++ b/base/test_file_util.h @@ -9,11 +9,13 @@ #include +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 wchar_t* file); +bool EvictFileFromSystemCache(const FilePath& file); // Like CopyFileNoCache but recursively copies all files and subdirectories // in the given input directory to the output directory. Any files in the -- cgit v1.1