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

Unified Diff: net/disk_cache/v2/storage_block_unittest.cc

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/storage_block_unittest.cc
diff --git a/net/disk_cache/storage_block_unittest.cc b/net/disk_cache/v2/storage_block_unittest.cc
similarity index 94%
rename from net/disk_cache/storage_block_unittest.cc
rename to net/disk_cache/v2/storage_block_unittest.cc
index f91b2b92ff225b299f8ba1dc926de285fb6769b9..c15206a4c4bee02494fa1c57521a79eb4e12ab0e 100644
--- a/net/disk_cache/storage_block_unittest.cc
+++ b/net/disk_cache/v2/storage_block_unittest.cc
@@ -3,11 +3,11 @@
// found in the LICENSE file.
#include "base/files/file_path.h"
-#include "net/disk_cache/disk_format.h"
-#include "net/disk_cache/storage_block.h"
-#include "net/disk_cache/storage_block-inl.h"
#include "net/disk_cache/disk_cache_test_base.h"
#include "net/disk_cache/disk_cache_test_util.h"
+#include "net/disk_cache/v2/disk_format.h"
+#include "net/disk_cache/v2/storage_block.h"
+#include "net/disk_cache/v2/storage_block-inl.h"
#include "testing/gtest/include/gtest/gtest.h"
typedef disk_cache::StorageBlock<disk_cache::EntryStore> CacheEntryBlock;

Powered by Google App Engine
This is Rietveld 408576698