| Index: chrome/browser/content_settings/content_settings_pref_provider.cc
|
| diff --git a/chrome/browser/content_settings/content_settings_pref_provider.cc b/chrome/browser/content_settings/content_settings_pref_provider.cc
|
| index 32a0527a2b2b2cab1bf09047680d75ef88e13e6f..05db8645cfb61adebd7e4480c2f920c5ed1a8ee5 100644
|
| --- a/chrome/browser/content_settings/content_settings_pref_provider.cc
|
| +++ b/chrome/browser/content_settings/content_settings_pref_provider.cc
|
| @@ -16,7 +16,6 @@
|
| #include "base/prefs/scoped_user_pref_update.h"
|
| #include "base/time/clock.h"
|
| #include "base/time/default_clock.h"
|
| -#include "chrome/browser/chrome_notification_types.h"
|
| #include "chrome/browser/content_settings/content_settings_rule.h"
|
| #include "chrome/browser/content_settings/content_settings_utils.h"
|
| #include "chrome/browser/content_settings/host_content_settings_map.h"
|
| @@ -26,8 +25,6 @@
|
| #include "chrome/common/pref_names.h"
|
| #include "components/pref_registry/pref_registry_syncable.h"
|
| #include "content/public/browser/browser_thread.h"
|
| -#include "content/public/browser/notification_details.h"
|
| -#include "content/public/browser/notification_source.h"
|
| #include "content/public/browser/user_metrics.h"
|
| #include "url/gurl.h"
|
|
|
|
|