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

Unified Diff: net/disk_cache/blockfile/index_table_v3_unittest.cc

Issue 121643003: Reorganize net/disk_cache into backend specific directories. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase to upstream 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/blockfile/index_table_v3_unittest.cc
diff --git a/net/disk_cache/v3/index_table_unittest.cc b/net/disk_cache/blockfile/index_table_v3_unittest.cc
similarity index 99%
rename from net/disk_cache/v3/index_table_unittest.cc
rename to net/disk_cache/blockfile/index_table_v3_unittest.cc
index c9fb920ac8328992fad968208f7bdbffdafa4261..b7a93a2d9004e109152b1a87c4dd494cd687d1e7 100644
--- a/net/disk_cache/v3/index_table_unittest.cc
+++ b/net/disk_cache/blockfile/index_table_v3_unittest.cc
@@ -4,9 +4,9 @@
#include "base/basictypes.h"
#include "base/logging.h"
-#include "net/disk_cache/addr.h"
-#include "net/disk_cache/v3/disk_format_v3.h"
-#include "net/disk_cache/v3/index_table.h"
+#include "net/disk_cache/blockfile/addr.h"
+#include "net/disk_cache/blockfile/disk_format_v3.h"
+#include "net/disk_cache/blockfile/index_table_v3.h"
#include "testing/gtest/include/gtest/gtest.h"
using disk_cache::EntryCell;

Powered by Google App Engine
This is Rietveld 408576698