Index: net/disk_cache/blockfile/file.h |
diff --git a/net/disk_cache/file.h b/net/disk_cache/blockfile/file.h |
similarity index 96% |
rename from net/disk_cache/file.h |
rename to net/disk_cache/blockfile/file.h |
index 190f7cb9f829d555bc55140fa3b6bbb51c0cd9dc..437299b7d18228feedcbc5529321bb8c521366ea 100644 |
--- a/net/disk_cache/file.h |
+++ b/net/disk_cache/blockfile/file.h |
@@ -4,8 +4,8 @@ |
// See net/disk_cache/disk_cache.h for the public interface of the cache. |
-#ifndef NET_DISK_CACHE_FILE_H_ |
-#define NET_DISK_CACHE_FILE_H_ |
+#ifndef NET_DISK_CACHE_BLOCKFILE_FILE_H_ |
+#define NET_DISK_CACHE_BLOCKFILE_FILE_H_ |
#include "base/memory/ref_counted.h" |
#include "base/platform_file.h" |
@@ -97,4 +97,4 @@ class NET_EXPORT_PRIVATE File : public base::RefCounted<File> { |
} // namespace disk_cache |
-#endif // NET_DISK_CACHE_FILE_H_ |
+#endif // NET_DISK_CACHE_BLOCKFILE_FILE_H_ |