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

Unified Diff: net/disk_cache/blockfile/mapped_file_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 & remediate 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/mapped_file_unittest.cc
diff --git a/net/disk_cache/mapped_file_unittest.cc b/net/disk_cache/blockfile/mapped_file_unittest.cc
similarity index 97%
rename from net/disk_cache/mapped_file_unittest.cc
rename to net/disk_cache/blockfile/mapped_file_unittest.cc
index 7afb8cc4e1cd1ee8cbede006a3bdd05bae47ecdb..8b3a1d0f990227c27f6a16bde0141c3d73ceac75 100644
--- a/net/disk_cache/mapped_file_unittest.cc
+++ b/net/disk_cache/blockfile/mapped_file_unittest.cc
@@ -5,10 +5,10 @@
#include "base/basictypes.h"
#include "base/files/file_path.h"
#include "base/strings/string_util.h"
+#include "net/disk_cache/blockfile/file_block.h"
+#include "net/disk_cache/blockfile/mapped_file.h"
#include "net/disk_cache/disk_cache_test_base.h"
#include "net/disk_cache/disk_cache_test_util.h"
-#include "net/disk_cache/file_block.h"
-#include "net/disk_cache/mapped_file.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace {

Powered by Google App Engine
This is Rietveld 408576698