Index: chrome/browser/ui/webui/options/content_settings_handler.cc |
diff --git a/chrome/browser/ui/webui/options/content_settings_handler.cc b/chrome/browser/ui/webui/options/content_settings_handler.cc |
index 8252aed266b3a30839ebcf50b2adf6d78920150f..7310be2b79dcd3072a66107d4fd73086347d2a73 100644 |
--- a/chrome/browser/ui/webui/options/content_settings_handler.cc |
+++ b/chrome/browser/ui/webui/options/content_settings_handler.cc |
@@ -18,7 +18,6 @@ |
#include "chrome/browser/browser_process.h" |
#include "chrome/browser/chrome_notification_types.h" |
#include "chrome/browser/content_settings/content_settings_details.h" |
-#include "chrome/browser/content_settings/content_settings_provider.h" |
#include "chrome/browser/content_settings/content_settings_utils.h" |
#include "chrome/browser/content_settings/host_content_settings_map.h" |
#include "chrome/browser/custom_handlers/protocol_handler_registry.h" |
@@ -33,6 +32,7 @@ |
#include "chrome/common/extensions/manifest_handlers/app_launch_info.h" |
#include "chrome/common/pref_names.h" |
#include "chrome/common/url_constants.h" |
+#include "components/content_settings/core/browser/content_settings_provider.h" |
vabr (Chromium)
2014/08/01 11:58:04
ditto
lucinka.brozkova
2014/08/01 13:25:09
Done.
|
#include "components/google/core/browser/google_util.h" |
#include "components/user_prefs/user_prefs.h" |
#include "content/public/browser/notification_service.h" |