Index: net/tools/dump_cache/dump_files.cc |
diff --git a/net/tools/dump_cache/dump_files.cc b/net/tools/dump_cache/dump_files.cc |
index 78b5d345a91f6defeb544634df295c2ab2bbb042..607877803bbbeed0e96760f703b68b9e093a3314 100644 |
--- a/net/tools/dump_cache/dump_files.cc |
+++ b/net/tools/dump_cache/dump_files.cc |
@@ -18,12 +18,12 @@ |
#include "base/format_macros.h" |
#include "base/message_loop/message_loop.h" |
#include "net/base/file_stream.h" |
-#include "net/disk_cache/block_files.h" |
-#include "net/disk_cache/disk_format.h" |
-#include "net/disk_cache/mapped_file.h" |
-#include "net/disk_cache/stats.h" |
-#include "net/disk_cache/storage_block-inl.h" |
-#include "net/disk_cache/storage_block.h" |
+#include "net/disk_cache/blockfile/block_files.h" |
+#include "net/disk_cache/blockfile/disk_format.h" |
+#include "net/disk_cache/blockfile/mapped_file.h" |
+#include "net/disk_cache/blockfile/stats.h" |
+#include "net/disk_cache/blockfile/storage_block-inl.h" |
+#include "net/disk_cache/blockfile/storage_block.h" |
namespace { |