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/test/in_process_browser_test.cc | |
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/test/in_process_browser_test.cc')
-rw-r--r-- | chrome/test/in_process_browser_test.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/test/in_process_browser_test.cc b/chrome/test/in_process_browser_test.cc index 5401349..3b8c6df 100644 --- a/chrome/test/in_process_browser_test.cc +++ b/chrome/test/in_process_browser_test.cc @@ -31,7 +31,6 @@ #include "chrome/common/chrome_switches.h" #include "chrome/common/logging_chrome.h" #include "chrome/common/main_function_params.h" -#include "chrome/common/notification_registrar.h" #include "chrome/common/notification_type.h" #include "chrome/common/url_constants.h" #include "chrome/test/test_launcher_utils.h" |