diff options
Diffstat (limited to 'chrome/browser/automation/ui_controls_mac.mm')
-rw-r--r-- | chrome/browser/automation/ui_controls_mac.mm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/automation/ui_controls_mac.mm b/chrome/browser/automation/ui_controls_mac.mm index f3f8b83..41a4fdd 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 |