Index: net/disk_cache/blockfile/bitmap_unittest.cc |
diff --git a/net/disk_cache/bitmap_unittest.cc b/net/disk_cache/blockfile/bitmap_unittest.cc |
similarity index 99% |
rename from net/disk_cache/bitmap_unittest.cc |
rename to net/disk_cache/blockfile/bitmap_unittest.cc |
index d80ea742682c4be4b05ad7314f7581941af52801..a0748bf81a54b5f47a566bd513fcdb7d10f876af 100644 |
--- a/net/disk_cache/bitmap_unittest.cc |
+++ b/net/disk_cache/blockfile/bitmap_unittest.cc |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "net/disk_cache/bitmap.h" |
+#include "net/disk_cache/blockfile/bitmap.h" |
#include "testing/gtest/include/gtest/gtest.h" |
TEST(BitmapTest, OverAllocate) { |