| 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
|
|
|