Index: net/disk_cache/blockfile/block_bitmaps_v3_unittest.cc |
diff --git a/net/disk_cache/v3/block_bitmaps_unittest.cc b/net/disk_cache/blockfile/block_bitmaps_v3_unittest.cc |
similarity index 91% |
rename from net/disk_cache/v3/block_bitmaps_unittest.cc |
rename to net/disk_cache/blockfile/block_bitmaps_v3_unittest.cc |
index 981bdecfceadfc360372b6d3cf88ed1e04f73398..bf22d8824f6c355ed6ee4e87a944ddbfbbde9938 100644 |
--- a/net/disk_cache/v3/block_bitmaps_unittest.cc |
+++ b/net/disk_cache/blockfile/block_bitmaps_v3_unittest.cc |
@@ -2,10 +2,10 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "net/disk_cache/addr.h" |
-#include "net/disk_cache/block_files.h" |
-#include "net/disk_cache/disk_format_base.h" |
-#include "net/disk_cache/v3/block_bitmaps.h" |
+#include "net/disk_cache/blockfile/addr.h" |
+#include "net/disk_cache/blockfile/block_bitmaps_v3.h" |
+#include "net/disk_cache/blockfile/block_files.h" |
+#include "net/disk_cache/blockfile/disk_format_base.h" |
#include "testing/gtest/include/gtest/gtest.h" |
// Tests that we add and remove blocks correctly. |