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

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

Issue 6253012: Add ContentSettingsProvider Interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: " Created 9 years, 11 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/host_content_settings_map.h
diff --git a/chrome/browser/content_settings/host_content_settings_map.h b/chrome/browser/content_settings/host_content_settings_map.h
index e43309fb8002d5e7f63dd17f2bc7ee9933553318..0f0da56ec74c933f1efce09dcbe202bec8204e90 100644
--- a/chrome/browser/content_settings/host_content_settings_map.h
+++ b/chrome/browser/content_settings/host_content_settings_map.h
@@ -25,8 +25,11 @@
#include "chrome/common/notification_observer.h"
#include "chrome/common/notification_registrar.h"
+namespace content_settings {
+ class DefaultContentSettingsProvider;
Bernhard Bauer 2011/01/26 15:51:59 Nit: Don't indent.
markusheintz_ 2011/01/26 16:14:42 Done.
+}
+
class ContentSettingsDetails;
-class DefaultContentSettingsProvider;
class DictionaryValue;
class GURL;
class PrefService;
@@ -229,7 +232,7 @@ class HostContentSettingsMap
bool updating_preferences_;
// Content setting providers.
- std::vector<linked_ptr<DefaultContentSettingsProvider> >
+ std::vector<linked_ptr<content_settings::DefaultContentSettingsProvider> >
default_content_settings_providers_;
// Used around accesses to the following objects to guarantee thread safety.
« no previous file with comments | « chrome/browser/content_settings/host.h ('k') | chrome/browser/content_settings/host_content_settings_map.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698