diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-17 03:31:50 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-17 03:31:50 +0000 |
commit | ccea03c373e1efb8bd3d72212be656300e38ff1f (patch) | |
tree | a744a151a87b464fc466c487256e6411755e425a /chrome/browser/web_applications | |
parent | a5c9e03360604459cebcaaab6401c19ae245c8a3 (diff) | |
download | chromium_src-ccea03c373e1efb8bd3d72212be656300e38ff1f.zip chromium_src-ccea03c373e1efb8bd3d72212be656300e38ff1f.tar.gz chromium_src-ccea03c373e1efb8bd3d72212be656300e38ff1f.tar.bz2 |
Cleanup: Remove unneeded includes of notification_service.h.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/5875005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69507 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/web_applications')
-rw-r--r-- | chrome/browser/web_applications/web_app.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/web_applications/web_app.cc b/chrome/browser/web_applications/web_app.cc index d0a4a3c..05d6c9f 100644 --- a/chrome/browser/web_applications/web_app.cc +++ b/chrome/browser/web_applications/web_app.cc @@ -30,7 +30,6 @@ #include "chrome/common/chrome_paths.h" #include "chrome/common/chrome_plugin_util.h" #include "chrome/common/notification_registrar.h" -#include "chrome/common/notification_service.h" #include "chrome/common/url_constants.h" #include "chrome/common/web_apps.h" @@ -40,6 +39,8 @@ #if defined(OS_WIN) #include "base/win_util.h" +#include "chrome/common/notification_details.h" +#include "chrome/common/notification_source.h" #include "gfx/icon_util.h" #endif // defined(OS_WIN) |