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

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

Issue 14622003: components: Move PrefRegistrySyncable into user_prefs namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 7 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: 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 28771dac93f065d9a21f959f237dca99c4369a55..b68e09d75188dcff4e7ff2f24a97f0e3ce28dd70 100644
--- a/chrome/browser/content_settings/host_content_settings_map.h
+++ b/chrome/browser/content_settings/host_content_settings_map.h
@@ -22,18 +22,21 @@
#include "chrome/common/content_settings_pattern.h"
#include "chrome/common/content_settings_types.h"
+class ExtensionService;
+class GURL;
+class PrefService;
+
namespace base {
class Value;
-} // namespace base
+}
namespace content_settings {
class ProviderInterface;
-} // namespace content_settings
+}
-class ExtensionService;
-class GURL;
-class PrefService;
+namespace user_prefs {
class PrefRegistrySyncable;
+}
class HostContentSettingsMap
: public content_settings::Observer,
@@ -57,7 +60,7 @@ class HostContentSettingsMap
void RegisterExtensionService(ExtensionService* extension_service);
#endif
- static void RegisterUserPrefs(PrefRegistrySyncable* registry);
+ static void RegisterUserPrefs(user_prefs::PrefRegistrySyncable* registry);
// Returns the default setting for a particular content type. If |provider_id|
// is not NULL, the id of the provider which provided the default setting is
« no previous file with comments | « chrome/browser/content_settings/cookie_settings.cc ('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