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

Unified Diff: net/disk_cache/blockfile/storage_block.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/storage_block.h
diff --git a/net/disk_cache/storage_block.h b/net/disk_cache/blockfile/storage_block.h
similarity index 92%
rename from net/disk_cache/storage_block.h
rename to net/disk_cache/blockfile/storage_block.h
index f7690ed5c4df7446b7d3b5b925db583634d65ed0..0d514741b6a21012ed09b2cbaf50579ae7b12ddc 100644
--- a/net/disk_cache/storage_block.h
+++ b/net/disk_cache/blockfile/storage_block.h
@@ -4,11 +4,11 @@
// See net/disk_cache/disk_cache.h for the public interface.
-#ifndef NET_DISK_CACHE_STORAGE_BLOCK_H_
-#define NET_DISK_CACHE_STORAGE_BLOCK_H_
+#ifndef NET_DISK_CACHE_BLOCKFILE_STORAGE_BLOCK_H_
+#define NET_DISK_CACHE_BLOCKFILE_STORAGE_BLOCK_H_
-#include "net/disk_cache/addr.h"
-#include "net/disk_cache/mapped_file.h"
+#include "net/disk_cache/blockfile/addr.h"
+#include "net/disk_cache/blockfile/mapped_file.h"
namespace disk_cache {
@@ -94,4 +94,4 @@ class StorageBlock : public FileBlock {
} // namespace disk_cache
-#endif // NET_DISK_CACHE_STORAGE_BLOCK_H_
+#endif // NET_DISK_CACHE_BLOCKFILE_STORAGE_BLOCK_H_

Powered by Google App Engine
This is Rietveld 408576698