From a5ca79bd123f0d20fea5c76d0bb36128bb925f3a Mon Sep 17 00:00:00 2001 From: "tc@google.com" Date: Tue, 12 May 2009 00:06:31 +0000 Subject: Add new tab startup test to the linux & mac build. Review URL: http://codereview.chromium.org/113229 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15818 0039d316-1c4b-4281-b951-d872f2087c98 --- base/test_file_util_posix.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'base') diff --git a/base/test_file_util_posix.cc b/base/test_file_util_posix.cc index 38aaae2..ce36091 100644 --- a/base/test_file_util_posix.cc +++ b/base/test_file_util_posix.cc @@ -63,8 +63,7 @@ bool CopyRecursiveDirNoCache(const std::wstring& source_dir, errno = 0; FilePath source_path(ent->fts_path); if (CopyFile(source_path, target_path)) { - bool success = EvictFileFromSystemCache( - target_path.Append(source_path.BaseName())); + bool success = EvictFileFromSystemCache(target_path); DCHECK(success); } else { error = errno ? errno : EINVAL; -- cgit v1.1