summaryrefslogtreecommitdiffstats
path: root/chrome/tools
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/tools')
-rw-r--r--chrome/tools/perf/flush_cache/flush_cache.cc2
-rw-r--r--chrome/tools/perf/flush_cache/flush_cache.scons1
-rw-r--r--chrome/tools/perf/flush_cache/flush_cache.vcproj8
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>