summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/unload_controller.cc
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-31 19:44:43 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-31 19:44:43 +0000
commit65c8114480c06200d1806a2202b4ad94fd22a567 (patch)
tree2f49cd04ee5ae9e8811aef53d233bd72ab178305 /chrome/browser/ui/unload_controller.cc
parent310512cc361ab20d11a236095664fafae2250fac (diff)
downloadchromium_src-65c8114480c06200d1806a2202b4ad94fd22a567.zip
chromium_src-65c8114480c06200d1806a2202b4ad94fd22a567.tar.gz
chromium_src-65c8114480c06200d1806a2202b4ad94fd22a567.tar.bz2
IWYU and other random cleanup in chrome/browser/ui.
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10810027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149249 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ui/unload_controller.cc')
-rw-r--r--chrome/browser/ui/unload_controller.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/ui/unload_controller.cc b/chrome/browser/ui/unload_controller.cc
index e92226d..bc8c180 100644
--- a/chrome/browser/ui/unload_controller.cc
+++ b/chrome/browser/ui/unload_controller.cc
@@ -4,6 +4,7 @@
#include "chrome/browser/ui/unload_controller.h"
+#include "base/message_loop.h"
#include "chrome/browser/ui/browser.h"
#include "chrome/browser/ui/browser_tabstrip.h"
#include "chrome/browser/ui/tab_contents/tab_contents.h"