diff options
author | deanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-25 23:10:46 +0000 |
---|---|---|
committer | deanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-25 23:10:46 +0000 |
commit | 60aac62ddf3cc40741a824cae25ab190005513be (patch) | |
tree | 0f55441604d8e4ee3693d0ce6b3e8e8d4dbe06cc /chrome/tools | |
parent | da4e34b86c37f77dc7027fbc1fd599d319b69bd0 (diff) | |
download | chromium_src-60aac62ddf3cc40741a824cae25ab190005513be.zip chromium_src-60aac62ddf3cc40741a824cae25ab190005513be.tar.gz chromium_src-60aac62ddf3cc40741a824cae25ab190005513be.tar.bz2 |
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
Diffstat (limited to 'chrome/tools')
-rw-r--r-- | chrome/tools/perf/flush_cache/flush_cache.cc | 2 | ||||
-rw-r--r-- | chrome/tools/perf/flush_cache/flush_cache.scons | 1 | ||||
-rw-r--r-- | chrome/tools/perf/flush_cache/flush_cache.vcproj | 8 |
3 files changed, 1 insertions, 10 deletions
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" > </File> - <File - RelativePath="..\..\..\test\test_file_util.cc" - > - </File> - <File - RelativePath="..\..\..\test\test_file_util.h" - > - </File> </Files> <Globals> </Globals> |