Index: net/disk_cache/blockfile/disk_format_base.h |
diff --git a/net/disk_cache/disk_format_base.h b/net/disk_cache/blockfile/disk_format_base.h |
similarity index 97% |
rename from net/disk_cache/disk_format_base.h |
rename to net/disk_cache/blockfile/disk_format_base.h |
index 419f41bd02625c389856636971514b30263dd9a5..9f4c16e4fd431859546e1713cb9a28fad40f7389 100644 |
--- a/net/disk_cache/disk_format_base.h |
+++ b/net/disk_cache/blockfile/disk_format_base.h |
@@ -17,8 +17,8 @@ |
// chain of files is, any given block can be located directly by its address, |
// which contains the file number and starting block inside the file. |
-#ifndef NET_DISK_CACHE_DISK_FORMAT_BASE_H_ |
-#define NET_DISK_CACHE_DISK_FORMAT_BASE_H_ |
+#ifndef NET_DISK_CACHE_BLOCKFILE_DISK_FORMAT_BASE_H_ |
+#define NET_DISK_CACHE_BLOCKFILE_DISK_FORMAT_BASE_H_ |
#include "base/basictypes.h" |
#include "net/base/net_export.h" |
@@ -129,4 +129,4 @@ COMPILE_ASSERT(sizeof(SparseData) == sizeof(SparseHeader) + kNumSparseBits / 8, |
} // namespace disk_cache |
-#endif // NET_DISK_CACHE_DISK_FORMAT_BASE_H_ |
+#endif // NET_DISK_CACHE_BLOCKFILE_DISK_FORMAT_BASE_H_ |