| Index: net/disk_cache/blockfile/storage_block_unittest.cc
|
| diff --git a/net/disk_cache/storage_block_unittest.cc b/net/disk_cache/blockfile/storage_block_unittest.cc
|
| similarity index 94%
|
| rename from net/disk_cache/storage_block_unittest.cc
|
| rename to net/disk_cache/blockfile/storage_block_unittest.cc
|
| index f91b2b92ff225b299f8ba1dc926de285fb6769b9..0ed528e93b22f972a6e21c93fef00fc347c6fab6 100644
|
| --- a/net/disk_cache/storage_block_unittest.cc
|
| +++ b/net/disk_cache/blockfile/storage_block_unittest.cc
|
| @@ -3,9 +3,9 @@
|
| // found in the LICENSE file.
|
|
|
| #include "base/files/file_path.h"
|
| -#include "net/disk_cache/disk_format.h"
|
| -#include "net/disk_cache/storage_block.h"
|
| -#include "net/disk_cache/storage_block-inl.h"
|
| +#include "net/disk_cache/blockfile/disk_format.h"
|
| +#include "net/disk_cache/blockfile/storage_block-inl.h"
|
| +#include "net/disk_cache/blockfile/storage_block.h"
|
| #include "net/disk_cache/disk_cache_test_base.h"
|
| #include "net/disk_cache/disk_cache_test_util.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|