| Index: chrome/browser/content_settings/host_content_settings_map.cc
|
| ===================================================================
|
| --- chrome/browser/content_settings/host_content_settings_map.cc (revision 211221)
|
| +++ chrome/browser/content_settings/host_content_settings_map.cc (working copy)
|
| @@ -12,6 +12,7 @@
|
| #include "base/stl_util.h"
|
| #include "base/strings/string_util.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| +#include "chrome/browser/chrome_notification_types.h"
|
| #include "chrome/browser/content_settings/content_settings_custom_extension_provider.h"
|
| #include "chrome/browser/content_settings/content_settings_default_provider.h"
|
| #include "chrome/browser/content_settings/content_settings_details.h"
|
| @@ -23,7 +24,6 @@
|
| #include "chrome/browser/content_settings/content_settings_rule.h"
|
| #include "chrome/browser/content_settings/content_settings_utils.h"
|
| #include "chrome/browser/extensions/extension_service.h"
|
| -#include "chrome/common/chrome_notification_types.h"
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/common/content_settings_pattern.h"
|
| #include "chrome/common/pref_names.h"
|
|
|