| 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 98fe724f79dc75b7aa9aebc0b87c4d8e0ebe80cc..b31228e5857f80b3d33f81e53f099aab86eea0b8 100644
|
| --- a/components/content_settings/core/browser/host_content_settings_map.h
|
| +++ b/components/content_settings/core/browser/host_content_settings_map.h
|
| @@ -15,6 +15,7 @@
|
| #include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/observer_list.h"
|
| +#include "base/prefs/pref_change_registrar.h"
|
| #include "base/threading/platform_thread.h"
|
| #include "base/threading/thread_checker.h"
|
| #include "components/content_settings/core/browser/content_settings_observer.h"
|
| @@ -23,7 +24,6 @@
|
| #include "components/content_settings/core/common/content_settings_pattern.h"
|
| #include "components/content_settings/core/common/content_settings_types.h"
|
| #include "components/keyed_service/core/refcounted_keyed_service.h"
|
| -#include "components/prefs/pref_change_registrar.h"
|
|
|
| class ExtensionService;
|
| class GURL;
|
|
|