From 60aac62ddf3cc40741a824cae25ab190005513be Mon Sep 17 00:00:00 2001 From: "deanm@chromium.org" Date: Tue, 25 Nov 2008 23:10:46 +0000 Subject: Un-duplicate EvictFileFromSystemCache. Change required for http://codereview.chromium.org/9639 . Review URL: http://codereview.chromium.org/12407 Patch from Pawel Hajdan Jr. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6006 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/tools/perf/flush_cache/flush_cache.cc | 2 +- chrome/tools/perf/flush_cache/flush_cache.scons | 1 - chrome/tools/perf/flush_cache/flush_cache.vcproj | 8 -------- 3 files changed, 1 insertion(+), 10 deletions(-) (limited to 'chrome/tools') diff --git a/chrome/tools/perf/flush_cache/flush_cache.cc b/chrome/tools/perf/flush_cache/flush_cache.cc index fa231d4..d6ba850 100644 --- a/chrome/tools/perf/flush_cache/flush_cache.cc +++ b/chrome/tools/perf/flush_cache/flush_cache.cc @@ -8,7 +8,7 @@ #include "base/string_piece.h" #include "base/process_util.h" #include "base/sys_string_conversions.h" -#include "chrome/test/test_file_util.h" +#include "base/test_file_util.h" int main(int argc, const char* argv[]) { base::EnableTerminationOnHeapCorruption(); diff --git a/chrome/tools/perf/flush_cache/flush_cache.scons b/chrome/tools/perf/flush_cache/flush_cache.scons index 5e3786d..cbd174d 100644 --- a/chrome/tools/perf/flush_cache/flush_cache.scons +++ b/chrome/tools/perf/flush_cache/flush_cache.scons @@ -37,7 +37,6 @@ if env['PLATFORM'] == 'win32': ) input_files = [ - '$CHROME_DIR/test/test_file_util$OBJSUFFIX', 'flush_cache.cc', ] diff --git a/chrome/tools/perf/flush_cache/flush_cache.vcproj b/chrome/tools/perf/flush_cache/flush_cache.vcproj index c39c459..ff3680c 100644 --- a/chrome/tools/perf/flush_cache/flush_cache.vcproj +++ b/chrome/tools/perf/flush_cache/flush_cache.vcproj @@ -142,14 +142,6 @@ RelativePath=".\flush_cache.cc" > - - - - -- cgit v1.1