| Index: ios/chrome/browser/content_settings/host_content_settings_map_factory.cc
|
| diff --git a/ios/chrome/browser/content_settings/host_content_settings_map_factory.cc b/ios/chrome/browser/content_settings/host_content_settings_map_factory.cc
|
| index 980b06c6f8058695cd003ffc0890bda04a52e58a..baf46eddbebfd749a2e2959cd15429bc1b85504d 100644
|
| --- a/ios/chrome/browser/content_settings/host_content_settings_map_factory.cc
|
| +++ b/ios/chrome/browser/content_settings/host_content_settings_map_factory.cc
|
| @@ -5,9 +5,9 @@
|
| #include "ios/chrome/browser/content_settings/host_content_settings_map_factory.h"
|
|
|
| #include "base/memory/singleton.h"
|
| -#include "base/prefs/pref_service.h"
|
| #include "components/content_settings/core/browser/host_content_settings_map.h"
|
| #include "components/keyed_service/ios/browser_state_dependency_manager.h"
|
| +#include "components/prefs/pref_service.h"
|
| #include "ios/chrome/browser/browser_state/browser_state_otr_helper.h"
|
| #include "ios/public/provider/chrome/browser/browser_state/chrome_browser_state.h"
|
|
|
|
|