diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-27 20:13:05 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-27 20:13:05 +0000 |
commit | 55692c05c47fad429db892025692d6fd370590cc (patch) | |
tree | 96153efdf7a85470f730d9d60bb29518e491ff9b /chrome/browser/content_settings | |
parent | 914ffd1b0df70567e0464b14fa7624546c4e0089 (diff) | |
download | chromium_src-55692c05c47fad429db892025692d6fd370590cc.zip chromium_src-55692c05c47fad429db892025692d6fd370590cc.tar.gz chromium_src-55692c05c47fad429db892025692d6fd370590cc.tar.bz2 |
Cleanup: Remove unneeded includes of notification_registrar.h.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6309018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72874 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/content_settings')
-rw-r--r-- | chrome/browser/content_settings/host_content_settings_map_unittest.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/content_settings/host_content_settings_map_unittest.cc b/chrome/browser/content_settings/host_content_settings_map_unittest.cc index e7540e2..ac4e2d2 100644 --- a/chrome/browser/content_settings/host_content_settings_map_unittest.cc +++ b/chrome/browser/content_settings/host_content_settings_map_unittest.cc @@ -11,7 +11,6 @@ #include "chrome/browser/content_settings/content_settings_details.h" #include "chrome/browser/prefs/pref_service.h" #include "chrome/common/chrome_switches.h" -#include "chrome/common/notification_registrar.h" #include "chrome/common/pref_names.h" #include "chrome/common/url_constants.h" #include "chrome/test/testing_pref_service.h" |