summaryrefslogtreecommitdiffstats
path: root/chrome/browser/notifications/balloon_host.cc
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-06 15:57:29 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-06 15:57:29 +0000
commit71b73f0364ef3ea61bede4383424d94df5ef6037 (patch)
tree089182d7aad0c6c930627a877209931518cf8bc2 /chrome/browser/notifications/balloon_host.cc
parente732371e6b667fcabebe265a4ddb82e36b16975f (diff)
downloadchromium_src-71b73f0364ef3ea61bede4383424d94df5ef6037.zip
chromium_src-71b73f0364ef3ea61bede4383424d94df5ef6037.tar.gz
chromium_src-71b73f0364ef3ea61bede4383424d94df5ef6037.tar.bz2
Cleanup: Update a bunch of files to the new location of browser_list.h. Part 1/3.
BUG=None TEST=None R=avi@chromium.org Review URL: http://codereview.chromium.org/6689029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80632 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/notifications/balloon_host.cc')
-rw-r--r--chrome/browser/notifications/balloon_host.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/notifications/balloon_host.cc b/chrome/browser/notifications/balloon_host.cc
index d9bffc19..1200891 100644
--- a/chrome/browser/notifications/balloon_host.cc
+++ b/chrome/browser/notifications/balloon_host.cc
@@ -4,7 +4,6 @@
#include "chrome/browser/notifications/balloon_host.h"
-#include "chrome/browser/browser_list.h"
#include "chrome/browser/extensions/extension_message_handler.h"
#include "chrome/browser/extensions/extension_process_manager.h"
#include "chrome/browser/extensions/extension_service.h"
@@ -13,6 +12,7 @@
#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/renderer_host/browser_render_process_host.h"
#include "chrome/browser/renderer_preferences_util.h"
+#include "chrome/browser/ui/browser_list.h"
#include "chrome/browser/ui/webui/chrome_web_ui_factory.h"
#include "chrome/common/bindings_policy.h"
#include "chrome/common/render_messages.h"