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

Unified Diff: net/disk_cache/blockfile/storage_block-inl.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/storage_block.h ('k') | net/disk_cache/blockfile/storage_block_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/disk_cache/blockfile/storage_block-inl.h
diff --git a/net/disk_cache/storage_block-inl.h b/net/disk_cache/blockfile/storage_block-inl.h
similarity index 94%
rename from net/disk_cache/storage_block-inl.h
rename to net/disk_cache/blockfile/storage_block-inl.h
index b9061861d8febde1ae837309f12a03d8bc1a1c00..f919c128c407629d2190bb04391fbfeff17bbf08 100644
--- a/net/disk_cache/storage_block-inl.h
+++ b/net/disk_cache/blockfile/storage_block-inl.h
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef NET_DISK_CACHE_STORAGE_BLOCK_INL_H_
-#define NET_DISK_CACHE_STORAGE_BLOCK_INL_H_
+#ifndef NET_DISK_CACHE_BLOCKFILE_STORAGE_BLOCK_INL_H_
+#define NET_DISK_CACHE_BLOCKFILE_STORAGE_BLOCK_INL_H_
-#include "net/disk_cache/storage_block.h"
+#include "net/disk_cache/blockfile/storage_block.h"
#include "base/hash.h"
#include "base/logging.h"
-#include "net/disk_cache/trace.h"
+#include "net/disk_cache/blockfile/trace.h"
namespace disk_cache {
@@ -202,4 +202,4 @@ template<typename T> uint32 StorageBlock<T>::CalculateHash() const {
} // namespace disk_cache
-#endif // NET_DISK_CACHE_STORAGE_BLOCK_INL_H_
+#endif // NET_DISK_CACHE_BLOCKFILE_STORAGE_BLOCK_INL_H_
« no previous file with comments | « net/disk_cache/blockfile/storage_block.h ('k') | net/disk_cache/blockfile/storage_block_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698