diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-02 08:03:16 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-02 08:03:16 +0000 |
commit | 9c92d191fd78a2f9c8b9c35519fbd0bc6d0940e7 (patch) | |
tree | 8c40767e736727e95fb735cfe1ab50f1cc984bdc /chrome/browser/notifications | |
parent | 5ef9898d7c51f934efdd45d5fdbc0e1faacec189 (diff) | |
download | chromium_src-9c92d191fd78a2f9c8b9c35519fbd0bc6d0940e7.zip chromium_src-9c92d191fd78a2f9c8b9c35519fbd0bc6d0940e7.tar.gz chromium_src-9c92d191fd78a2f9c8b9c35519fbd0bc6d0940e7.tar.bz2 |
[GTTF] Reduce header dependencies in chrome.
Review URL: http://codereview.chromium.org/457025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33561 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/notifications')
-rw-r--r-- | chrome/browser/notifications/desktop_notifications_unittest.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/notifications/desktop_notifications_unittest.h b/chrome/browser/notifications/desktop_notifications_unittest.h index 31b8051..b06aa6e 100644 --- a/chrome/browser/notifications/desktop_notifications_unittest.h +++ b/chrome/browser/notifications/desktop_notifications_unittest.h @@ -10,6 +10,7 @@ #include "base/message_loop.h" #include "chrome/browser/browser_list.h" +#include "chrome/browser/chrome_thread.h" #include "chrome/browser/notifications/balloon.h" #include "chrome/browser/notifications/balloon_collection.h" #include "chrome/browser/notifications/desktop_notification_service.h" |