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

Unified Diff: net/disk_cache/v2/disk_format.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/disk_format.h
diff --git a/net/disk_cache/disk_format.h b/net/disk_cache/v2/disk_format.h
similarity index 97%
rename from net/disk_cache/disk_format.h
rename to net/disk_cache/v2/disk_format.h
index 5d7597ab17d5c4c6e78c999b9ba02fd33cfb04f7..8ee90066ec142d5435ef084cedabef454e85a0e8 100644
--- a/net/disk_cache/disk_format.h
+++ b/net/disk_cache/v2/disk_format.h
@@ -42,12 +42,12 @@
// being currently used, it means that the entry was not properly closed on a
// previous run, so it is discarded.
-#ifndef NET_DISK_CACHE_DISK_FORMAT_H_
-#define NET_DISK_CACHE_DISK_FORMAT_H_
+#ifndef NET_DISK_CACHE_V2_DISK_FORMAT_H_
+#define NET_DISK_CACHE_V2_DISK_FORMAT_H_
#include "base/basictypes.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 {
@@ -150,4 +150,4 @@ COMPILE_ASSERT(sizeof(RankingsNode) == 36, bad_RankingsNode);
} // namespace disk_cache
-#endif // NET_DISK_CACHE_DISK_FORMAT_H_
+#endif // NET_DISK_CACHE_V2_DISK_FORMAT_H_

Powered by Google App Engine
This is Rietveld 408576698