| Index: content/browser/quota/mock_quota_manager_proxy.cc
|
| diff --git a/webkit/browser/quota/mock_quota_manager_proxy.cc b/content/browser/quota/mock_quota_manager_proxy.cc
|
| similarity index 92%
|
| rename from webkit/browser/quota/mock_quota_manager_proxy.cc
|
| rename to content/browser/quota/mock_quota_manager_proxy.cc
|
| index 1317919fe3c9c69eb4010decc2e43ede3b6edf0d..ddeef6a7b39d162242808186dbfd66cad736e0e5 100644
|
| --- a/webkit/browser/quota/mock_quota_manager_proxy.cc
|
| +++ b/content/browser/quota/mock_quota_manager_proxy.cc
|
| @@ -2,13 +2,15 @@
|
| // 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_proxy.h"
|
| +#include "content/browser/quota/mock_quota_manager_proxy.h"
|
|
|
| #include "base/message_loop/message_loop.h"
|
| #include "base/single_thread_task_runner.h"
|
| #include "url/gurl.h"
|
|
|
| -namespace quota {
|
| +using quota::kStorageTypeUnknown;
|
| +
|
| +namespace content {
|
|
|
| MockQuotaManagerProxy::MockQuotaManagerProxy(
|
| MockQuotaManager* quota_manager,
|
| @@ -56,4 +58,4 @@ MockQuotaManagerProxy::~MockQuotaManagerProxy() {
|
| DCHECK(!registered_client_);
|
| }
|
|
|
| -} // namespace quota
|
| +} // namespace content
|
|
|