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

Unified Diff: content/browser/quota/mock_quota_manager_proxy.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
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
« no previous file with comments | « content/browser/quota/mock_quota_manager_proxy.h ('k') | content/browser/quota/mock_quota_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698