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

Unified Diff: net/disk_cache/v2/file_lock.h

Issue 121643003: Reorganize net/disk_cache into backend specific directories. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more include fixes 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/v2/file_lock.h
diff --git a/net/disk_cache/file_lock.h b/net/disk_cache/v2/file_lock.h
similarity index 89%
rename from net/disk_cache/file_lock.h
rename to net/disk_cache/v2/file_lock.h
index 7fcf75df05a1366b941e9a1e16f80841b89bfd62..e59088e3c9f7c467e3651b1b3155feb3d97f5922 100644
--- a/net/disk_cache/file_lock.h
+++ b/net/disk_cache/v2/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_V2_FILE_LOCK_H_
+#define NET_DISK_CACHE_V2_FILE_LOCK_H_
#include "net/base/net_export.h"
-#include "net/disk_cache/disk_format_base.h"
+#include "net/disk_cache/v2/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_V2_FILE_LOCK_H_

Powered by Google App Engine
This is Rietveld 408576698