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

Unified Diff: net/disk_cache/v2/mapped_file.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/mapped_file.h
diff --git a/net/disk_cache/mapped_file.h b/net/disk_cache/v2/mapped_file.h
similarity index 91%
rename from net/disk_cache/mapped_file.h
rename to net/disk_cache/v2/mapped_file.h
index ba7f4adae65f8b4967aa74abad3c02cd20ff0f87..8aebba0cdb93db143a8531d392f3c8c6c2f7e73f 100644
--- a/net/disk_cache/mapped_file.h
+++ b/net/disk_cache/v2/mapped_file.h
@@ -4,12 +4,12 @@
// See net/disk_cache/disk_cache.h for the public interface of the cache.
-#ifndef NET_DISK_CACHE_MAPPED_FILE_H_
-#define NET_DISK_CACHE_MAPPED_FILE_H_
+#ifndef NET_DISK_CACHE_V2_MAPPED_FILE_H_
+#define NET_DISK_CACHE_V2_MAPPED_FILE_H_
#include "net/base/net_export.h"
-#include "net/disk_cache/file.h"
-#include "net/disk_cache/file_block.h"
+#include "net/disk_cache/v2/file.h"
+#include "net/disk_cache/v2/file_block.h"
namespace base {
class FilePath;
@@ -75,4 +75,4 @@ class ScopedFlush {
} // namespace disk_cache
-#endif // NET_DISK_CACHE_MAPPED_FILE_H_
+#endif // NET_DISK_CACHE_V2_MAPPED_FILE_H_

Powered by Google App Engine
This is Rietveld 408576698