Index: net/disk_cache/blockfile/sparse_control_v3.cc |
diff --git a/net/disk_cache/v3/sparse_control_v3.cc b/net/disk_cache/blockfile/sparse_control_v3.cc |
similarity index 99% |
rename from net/disk_cache/v3/sparse_control_v3.cc |
rename to net/disk_cache/blockfile/sparse_control_v3.cc |
index d9700adc89c0b9f0ec126433c39d30a69811f80c..2fcb958f6a5ed7045be97d728f804661c4770b1e 100644 |
--- a/net/disk_cache/v3/sparse_control_v3.cc |
+++ b/net/disk_cache/blockfile/sparse_control_v3.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/sparse_control.h" |
+#include "net/disk_cache/blockfile/sparse_control.h" |
#include "base/bind.h" |
#include "base/format_macros.h" |
@@ -13,9 +13,9 @@ |
#include "base/time/time.h" |
#include "net/base/io_buffer.h" |
#include "net/base/net_errors.h" |
-#include "net/disk_cache/backend_impl.h" |
-#include "net/disk_cache/entry_impl.h" |
-#include "net/disk_cache/file.h" |
+#include "net/disk_cache/blockfile/backend_impl.h" |
+#include "net/disk_cache/blockfile/entry_impl.h" |
+#include "net/disk_cache/blockfile/file.h" |
#include "net/disk_cache/net_log_parameters.h" |
using base::Time; |