From 6d11ff807a6e0d3f0e769dc8587da281230c9e89 Mon Sep 17 00:00:00 2001 From: "thestig@chromium.org" Date: Mon, 10 May 2010 20:46:54 +0000 Subject: 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 --- chrome/browser/automation/ui_controls_mac.mm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'chrome/browser/automation') 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 #include -#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 -- cgit v1.1