summaryrefslogtreecommitdiffstats
path: root/base/test_file_util_mac.cc
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-11 20:03:54 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-11 20:03:54 +0000
commit1ecbf13615d89a0e0369cab2e70692d5b9a46341 (patch)
tree8938e0f033cb69a1ef1c4b009396bec20c4e623a /base/test_file_util_mac.cc
parent91a55b979b98d4dd69c7dcf61bc408ae230efab1 (diff)
downloadchromium_src-1ecbf13615d89a0e0369cab2e70692d5b9a46341.zip
chromium_src-1ecbf13615d89a0e0369cab2e70692d5b9a46341.tar.gz
chromium_src-1ecbf13615d89a0e0369cab2e70692d5b9a46341.tar.bz2
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
Diffstat (limited to 'base/test_file_util_mac.cc')
-rw-r--r--base/test_file_util_mac.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/test_file_util_mac.cc b/base/test_file_util_mac.cc
index ebb13f3..1dd8533 100644
--- a/base/test_file_util_mac.cc
+++ b/base/test_file_util_mac.cc
@@ -8,7 +8,7 @@
namespace file_util {
-bool EvictFileFromSystemCache(const wchar_t* file) {
+bool EvictFileFromSystemCache(const FilePath& file) {
// TODO(port): Implement.
NOTIMPLEMENTED();
return false;