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

Unified Diff: chrome/browser/content_settings/content_settings_platform_app_provider.h

Issue 10375021: Move Extension into extensions namespace (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Take 6 Created 8 years, 7 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: chrome/browser/content_settings/content_settings_platform_app_provider.h
diff --git a/chrome/browser/content_settings/content_settings_platform_app_provider.h b/chrome/browser/content_settings/content_settings_platform_app_provider.h
index 2d93a9e5ca38d5991e202d9d4ab7790cb92878c6..d481273c3fe78126039b5689742d11287069d272 100644
--- a/chrome/browser/content_settings/content_settings_platform_app_provider.h
+++ b/chrome/browser/content_settings/content_settings_platform_app_provider.h
@@ -13,9 +13,12 @@
#include "content/public/browser/notification_observer.h"
#include "content/public/browser/notification_registrar.h"
-class Extension;
class ExtensionService;
+namespace extensions {
+class Extension;
+}
+
namespace content_settings {
// A content settings provider which disables certain plugins for platform apps.
@@ -49,7 +52,7 @@ class PlatformAppProvider : public ObservableProvider,
const content::NotificationSource& source,
const content::NotificationDetails& details) OVERRIDE;
private:
- void SetContentSettingForExtension(const Extension* extension,
+ void SetContentSettingForExtension(const extensions::Extension* extension,
ContentSetting setting);
OriginIdentifierValueMap value_map_;

Powered by Google App Engine
This is Rietveld 408576698