Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1063)

Unified Diff: net/disk_cache/blockfile/sparse_control.h

Issue 121643003: Reorganize net/disk_cache into backend specific directories. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase & remediate Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/disk_cache/blockfile/sparse_control.h
diff --git a/net/disk_cache/sparse_control.h b/net/disk_cache/blockfile/sparse_control.h
similarity index 96%
rename from net/disk_cache/sparse_control.h
rename to net/disk_cache/blockfile/sparse_control.h
index a018e18742ed95b85f7b56fcfa287ea9bf667e7c..d3450a3eaecfba354733892305fa0d92dfd8cbb1 100644
--- a/net/disk_cache/sparse_control.h
+++ b/net/disk_cache/blockfile/sparse_control.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef NET_DISK_CACHE_SPARSE_CONTROL_H_
-#define NET_DISK_CACHE_SPARSE_CONTROL_H_
+#ifndef NET_DISK_CACHE_BLOCKFILE_SPARSE_CONTROL_H_
+#define NET_DISK_CACHE_BLOCKFILE_SPARSE_CONTROL_H_
#include <string>
#include <vector>
@@ -11,8 +11,8 @@
#include "base/basictypes.h"
#include "base/compiler_specific.h"
#include "net/base/completion_callback.h"
-#include "net/disk_cache/bitmap.h"
-#include "net/disk_cache/disk_format.h"
+#include "net/disk_cache/blockfile/bitmap.h"
+#include "net/disk_cache/blockfile/disk_format.h"
namespace net {
class IOBuffer;
@@ -174,4 +174,4 @@ class SparseControl {
} // namespace disk_cache
-#endif // NET_DISK_CACHE_SPARSE_CONTROL_H_
+#endif // NET_DISK_CACHE_BLOCKFILE_SPARSE_CONTROL_H_

Powered by Google App Engine
This is Rietveld 408576698