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

Unified Diff: net/disk_cache/blockfile/file_block.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/file.cc ('k') | net/disk_cache/blockfile/file_ios.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/disk_cache/blockfile/file_block.h
diff --git a/net/disk_cache/file_block.h b/net/disk_cache/blockfile/file_block.h
similarity index 84%
rename from net/disk_cache/file_block.h
rename to net/disk_cache/blockfile/file_block.h
index 25709207df6595fc4dc9634c01e488d69d827ff8..fdcfcd05f518b262ab2c071ae10fa33ce2913642 100644
--- a/net/disk_cache/file_block.h
+++ b/net/disk_cache/blockfile/file_block.h
@@ -4,8 +4,8 @@
// See net/disk_cache/disk_cache.h for the public interface of the cache.
-#ifndef NET_DISK_CACHE_FILE_BLOCK_H__
-#define NET_DISK_CACHE_FILE_BLOCK_H__
+#ifndef NET_DISK_CACHE_BLOCKFILE_FILE_BLOCK_H_
+#define NET_DISK_CACHE_BLOCKFILE_FILE_BLOCK_H_
namespace disk_cache {
@@ -28,4 +28,4 @@ class FileBlock {
} // namespace disk_cache
-#endif // NET_DISK_CACHE_FILE_BLOCK_H__
+#endif // NET_DISK_CACHE_BLOCKFILE_FILE_BLOCK_H_
« no previous file with comments | « net/disk_cache/blockfile/file.cc ('k') | net/disk_cache/blockfile/file_ios.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698