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

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

Issue 214233005: Move mock_quota_manager and friends from webkit/ to content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits 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
« no previous file with comments | « content/browser/quota/mock_quota_manager.h ('k') | content/browser/quota/mock_quota_manager_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « content/browser/quota/mock_quota_manager.h ('k') | content/browser/quota/mock_quota_manager_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698