| Index: components/content_settings/core/browser/host_content_settings_map.h
|
| diff --git a/components/content_settings/core/browser/host_content_settings_map.h b/components/content_settings/core/browser/host_content_settings_map.h
|
| index b3eea7fff6e830d941ffb21421075386f9c9e52e..bf174b514bc5e24004205f8c52d2b27ba74652b0 100644
|
| --- a/components/content_settings/core/browser/host_content_settings_map.h
|
| +++ b/components/content_settings/core/browser/host_content_settings_map.h
|
| @@ -26,7 +26,6 @@
|
| #include "components/keyed_service/core/refcounted_keyed_service.h"
|
| #include "components/prefs/pref_change_registrar.h"
|
|
|
| -class ExtensionService;
|
| class GURL;
|
| class PrefService;
|
|
|
| @@ -39,6 +38,7 @@ namespace content_settings {
|
| class ObservableProvider;
|
| class ProviderInterface;
|
| class PrefProvider;
|
| +class RuleIterator;
|
| class TestUtils;
|
| }
|
|
|
|
|