summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-10 20:46:54 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-10 20:46:54 +0000
commit6d11ff807a6e0d3f0e769dc8587da281230c9e89 (patch)
treeb623ab0d0973962263bef94a6ba460820b1cb621 /chrome/browser/automation
parent5b29a145327916e67cf09ea6710e4b1ad1eb7c51 (diff)
downloadchromium_src-6d11ff807a6e0d3f0e769dc8587da281230c9e89.zip
chromium_src-6d11ff807a6e0d3f0e769dc8587da281230c9e89.tar.gz
chromium_src-6d11ff807a6e0d3f0e769dc8587da281230c9e89.tar.bz2
Cleanup: Add a bunch of missing includes.
BUG=none TEST=none Review URL: http://codereview.chromium.org/2018001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46850 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/automation')
-rw-r--r--chrome/browser/automation/ui_controls_mac.mm4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/automation/ui_controls_mac.mm b/chrome/browser/automation/ui_controls_mac.mm
index e16a968..715135c1 100644
--- a/chrome/browser/automation/ui_controls_mac.mm
+++ b/chrome/browser/automation/ui_controls_mac.mm
@@ -2,10 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#include "chrome/browser/automation/ui_controls.h"
+
#import <Cocoa/Cocoa.h>
#include <mach/mach_time.h>
-#include "chrome/browser/automation/ui_controls.h"
+#include "base/message_loop.h"
#include "chrome/browser/chrome_thread.h"
// Implementation details: We use [NSApplication sendEvent:] instead