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

Unified Diff: content/browser/quota/mock_quota_manager_proxy.h

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.cc ('k') | content/browser/quota/mock_quota_manager_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/quota/mock_quota_manager_proxy.h
diff --git a/webkit/browser/quota/mock_quota_manager_proxy.h b/content/browser/quota/mock_quota_manager_proxy.h
similarity index 90%
rename from webkit/browser/quota/mock_quota_manager_proxy.h
rename to content/browser/quota/mock_quota_manager_proxy.h
index dfae52ed96e6fbeccbb0131fe0ba3475466c1525..9e8835fb08abfecf94bd4ac6f6d0a27060ae6c9a 100644
--- a/webkit/browser/quota/mock_quota_manager_proxy.h
+++ b/content/browser/quota/mock_quota_manager_proxy.h
@@ -2,16 +2,18 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef WEBKIT_BROWSER_QUOTA_MOCK_QUOTA_MANAGER_PROXY_H_
-#define WEBKIT_BROWSER_QUOTA_MOCK_QUOTA_MANAGER_PROXY_H_
+#ifndef CONTENT_BROWSER_QUOTA_MOCK_QUOTA_MANAGER_PROXY_H_
+#define CONTENT_BROWSER_QUOTA_MOCK_QUOTA_MANAGER_PROXY_H_
+#include "content/browser/quota/mock_quota_manager.h"
#include "url/gurl.h"
-#include "webkit/browser/quota/mock_quota_manager.h"
#include "webkit/browser/quota/quota_client.h"
#include "webkit/browser/quota/quota_manager_proxy.h"
#include "webkit/common/quota/quota_types.h"
-namespace quota {
+using quota::QuotaManagerProxy;
+
+namespace content {
class MockQuotaManager;
@@ -80,6 +82,6 @@ class MockQuotaManagerProxy : public QuotaManagerProxy {
DISALLOW_COPY_AND_ASSIGN(MockQuotaManagerProxy);
};
-} // namespace quota
+} // namespace content
-#endif // WEBKIT_BROWSER_QUOTA_MOCK_QUOTA_MANAGER_PROXY_H_
+#endif // CONTENT_BROWSER_QUOTA_MOCK_QUOTA_MANAGER_PROXY_H_
« no previous file with comments | « content/browser/quota/mock_quota_manager.cc ('k') | content/browser/quota/mock_quota_manager_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698