summaryrefslogtreecommitdiffstats
path: root/chrome/tools/perf
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/tools/perf')
-rw-r--r--chrome/tools/perf/flush_cache/flush_cache.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/tools/perf/flush_cache/flush_cache.cc b/chrome/tools/perf/flush_cache/flush_cache.cc
index 49747f9..a43a28f 100644
--- a/chrome/tools/perf/flush_cache/flush_cache.cc
+++ b/chrome/tools/perf/flush_cache/flush_cache.cc
@@ -30,6 +30,7 @@
// This little program attempts to flush the disk cache for some files.
// It's useful for testing Chrome with a cold database.
+#include "base/string_piece.h"
#include "base/sys_string_conversions.h"
#include "chrome/test/test_file_util.h"