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

Unified Diff: net/disk_cache/blockfile/file.h

Issue 121643003: Reorganize net/disk_cache into backend specific directories. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix ios breakage 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
« no previous file with comments | « net/disk_cache/blockfile/experiments.h ('k') | net/disk_cache/blockfile/file.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « net/disk_cache/blockfile/experiments.h ('k') | net/disk_cache/blockfile/file.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698