| Index: chrome/browser/automation/ui_controls_mac.mm
|
| diff --git a/chrome/browser/automation/ui_controls_mac.mm b/chrome/browser/automation/ui_controls_mac.mm
|
| index f3f8b838efd8c05f29cce4f59d8975ad5f5b6458..41a4fdd7663f4bbc20d7f8861be4d60a47d1dd59 100644
|
| --- a/chrome/browser/automation/ui_controls_mac.mm
|
| +++ b/chrome/browser/automation/ui_controls_mac.mm
|
| @@ -15,6 +15,8 @@
|
| #include "content/public/browser/browser_thread.h"
|
| #include "ui/base/keycodes/keyboard_code_conversion_mac.h"
|
|
|
| +using content::BrowserThread;
|
| +
|
| // Implementation details: We use [NSApplication sendEvent:] instead
|
| // of [NSApplication postEvent:atStart:] so that the event gets sent
|
| // immediately. This lets us run the post-event task right
|
|
|