Index: chrome/browser/ui/website_settings/website_settings.cc |
diff --git a/chrome/browser/ui/website_settings/website_settings.cc b/chrome/browser/ui/website_settings/website_settings.cc |
index f19d2b0c32d7377af28621cf8e011910d477b608..96ef0e3771c88478960eaee9de414588187f8b8f 100644 |
--- a/chrome/browser/ui/website_settings/website_settings.cc |
+++ b/chrome/browser/ui/website_settings/website_settings.cc |
@@ -22,8 +22,6 @@ |
#include "chrome/browser/browsing_data/browsing_data_file_system_helper.h" |
#include "chrome/browser/browsing_data/browsing_data_indexed_db_helper.h" |
#include "chrome/browser/browsing_data/browsing_data_local_storage_helper.h" |
-#include "chrome/browser/content_settings/content_settings_utils.h" |
-#include "chrome/browser/content_settings/host_content_settings_map.h" |
#include "chrome/browser/history/history_service_factory.h" |
#include "chrome/browser/profiles/profile.h" |
#include "chrome/browser/ssl/chrome_ssl_host_state_delegate.h" |
@@ -34,6 +32,8 @@ |
#include "chrome/common/chrome_switches.h" |
#include "chrome/grit/chromium_strings.h" |
#include "chrome/grit/generated_resources.h" |
+#include "components/content_settings/core/browser/content_settings_utils.h" |
+#include "components/content_settings/core/browser/host_content_settings_map.h" |
#include "components/content_settings/core/browser/local_shared_objects_counter.h" |
#include "components/content_settings/core/common/content_settings_pattern.h" |
#include "content/public/browser/browser_thread.h" |