Index: net/disk_cache/blockfile/file_lock.h |
diff --git a/net/disk_cache/file_lock.h b/net/disk_cache/blockfile/file_lock.h |
similarity index 87% |
rename from net/disk_cache/file_lock.h |
rename to net/disk_cache/blockfile/file_lock.h |
index 7fcf75df05a1366b941e9a1e16f80841b89bfd62..3486aba18d19e15b6f01b3c9f174b852251ca6a7 100644 |
--- a/net/disk_cache/file_lock.h |
+++ b/net/disk_cache/blockfile/file_lock.h |
@@ -4,11 +4,11 @@ |
// See net/disk_cache/disk_cache.h for the public interface of the cache. |
-#ifndef NET_DISK_CACHE_FILE_LOCK_H_ |
-#define NET_DISK_CACHE_FILE_LOCK_H_ |
+#ifndef NET_DISK_CACHE_BLOCKFILE_FILE_LOCK_H_ |
+#define NET_DISK_CACHE_BLOCKFILE_FILE_LOCK_H_ |
#include "net/base/net_export.h" |
-#include "net/disk_cache/disk_format_base.h" |
+#include "net/disk_cache/blockfile/disk_format_base.h" |
namespace disk_cache { |
@@ -42,4 +42,4 @@ class NET_EXPORT_PRIVATE FileLock { |
} // namespace disk_cache |
-#endif // NET_DISK_CACHE_FILE_LOCK_H_ |
+#endif // NET_DISK_CACHE_BLOCKFILE_FILE_LOCK_H_ |