| Index: content/browser/quota/mock_quota_manager.cc
|
| diff --git a/webkit/browser/quota/mock_quota_manager.cc b/content/browser/quota/mock_quota_manager.cc
|
| similarity index 97%
|
| rename from webkit/browser/quota/mock_quota_manager.cc
|
| rename to content/browser/quota/mock_quota_manager.cc
|
| index 8f7798ff59124334364516cbdc041ce87daeb735..448078a8c5dbf394d37971df23182321722b3707 100644
|
| --- a/webkit/browser/quota/mock_quota_manager.cc
|
| +++ b/content/browser/quota/mock_quota_manager.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "webkit/browser/quota/mock_quota_manager.h"
|
| +#include "content/browser/quota/mock_quota_manager.h"
|
|
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| @@ -10,7 +10,9 @@
|
| #include "base/single_thread_task_runner.h"
|
| #include "url/gurl.h"
|
|
|
| -namespace quota {
|
| +using quota::kQuotaStatusOk;
|
| +
|
| +namespace content {
|
|
|
| MockQuotaManager::OriginInfo::OriginInfo(
|
| const GURL& origin,
|
| @@ -142,4 +144,4 @@ void MockQuotaManager::DidDeleteOriginData(
|
| callback.Run(status);
|
| }
|
|
|
| -} // namespace quota
|
| +} // namespace content
|
|
|