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

Unified Diff: content/browser/quota/quota_backend_impl_unittest.cc

Issue 253753007: Move all remaining fileapi and quota unit tests from webkit/ to content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address feedback Created 6 years, 8 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: content/browser/quota/quota_backend_impl_unittest.cc
diff --git a/webkit/browser/fileapi/quota/quota_backend_impl_unittest.cc b/content/browser/quota/quota_backend_impl_unittest.cc
similarity index 97%
rename from webkit/browser/fileapi/quota/quota_backend_impl_unittest.cc
rename to content/browser/quota/quota_backend_impl_unittest.cc
index 9f665e4256aa40b940dea1978d10a133e7d55b2c..2f796afeca3781686e90734cd0fb81a8bb011a50 100644
--- a/webkit/browser/fileapi/quota/quota_backend_impl_unittest.cc
+++ b/content/browser/quota/quota_backend_impl_unittest.cc
@@ -15,7 +15,13 @@
#include "webkit/browser/fileapi/obfuscated_file_util.h"
#include "webkit/browser/quota/quota_manager_proxy.h"
-namespace fileapi {
+using fileapi::FileSystemType;
+using fileapi::FileSystemUsageCache;
+using fileapi::ObfuscatedFileUtil;
+using fileapi::QuotaBackendImpl;
+using fileapi::SandboxFileSystemBackendDelegate;
+
+namespace content {
namespace {
@@ -263,4 +269,4 @@ TEST_F(QuotaBackendImplTest, DirtyCount) {
EXPECT_EQ(0u, dirty);
}
-} // namespace fileapi
+} // namespace content
« no previous file with comments | « content/browser/quota/mock_quota_manager.h ('k') | content/browser/quota/quota_reservation_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698