| Index: net/disk_cache/blockfile/index_table_v3_unittest.cc
|
| diff --git a/net/disk_cache/v3/index_table_unittest.cc b/net/disk_cache/blockfile/index_table_v3_unittest.cc
|
| similarity index 99%
|
| rename from net/disk_cache/v3/index_table_unittest.cc
|
| rename to net/disk_cache/blockfile/index_table_v3_unittest.cc
|
| index c9fb920ac8328992fad968208f7bdbffdafa4261..b7a93a2d9004e109152b1a87c4dd494cd687d1e7 100644
|
| --- a/net/disk_cache/v3/index_table_unittest.cc
|
| +++ b/net/disk_cache/blockfile/index_table_v3_unittest.cc
|
| @@ -4,9 +4,9 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "base/logging.h"
|
| -#include "net/disk_cache/addr.h"
|
| -#include "net/disk_cache/v3/disk_format_v3.h"
|
| -#include "net/disk_cache/v3/index_table.h"
|
| +#include "net/disk_cache/blockfile/addr.h"
|
| +#include "net/disk_cache/blockfile/disk_format_v3.h"
|
| +#include "net/disk_cache/blockfile/index_table_v3.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| using disk_cache::EntryCell;
|
|
|