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

Unified Diff: chrome/browser/chrome_quota_permission_context.h

Issue 9566035: Move QuotaPermissionContext to content/public/browser and put it in the content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 8 years, 10 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 | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/browser/chrome_quota_permission_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_quota_permission_context.h
diff --git a/chrome/browser/chrome_quota_permission_context.h b/chrome/browser/chrome_quota_permission_context.h
index aa18a45e405c72983466b861b6e163627a67f4f1..3bb85963f9a0a61ae72ccfccb3d41ddb445d6e72 100644
--- a/chrome/browser/chrome_quota_permission_context.h
+++ b/chrome/browser/chrome_quota_permission_context.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -6,9 +6,9 @@
#define CHROME_BROWSER_CHROME_QUOTA_PERMISSION_CONTEXT_H_
#include "base/compiler_specific.h"
-#include "content/browser/quota_permission_context.h"
+#include "content/public/browser/quota_permission_context.h"
-class ChromeQuotaPermissionContext : public QuotaPermissionContext {
+class ChromeQuotaPermissionContext : public content::QuotaPermissionContext {
public:
ChromeQuotaPermissionContext();
virtual ~ChromeQuotaPermissionContext();
@@ -24,7 +24,7 @@ class ChromeQuotaPermissionContext : public QuotaPermissionContext {
void DispatchCallbackOnIOThread(
const PermissionCallback& callback,
- Response response);
+ QuotaPermissionResponse response);
};
#endif // CHROME_BROWSER_CHROME_QUOTA_PERMISSION_CONTEXT_H_
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/browser/chrome_quota_permission_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698