| Index: chrome/browser/global_keyboard_shortcuts_mac.h
|
| diff --git a/chrome/browser/global_keyboard_shortcuts_mac.h b/chrome/browser/global_keyboard_shortcuts_mac.h
|
| index ab87ef96005830a604c0f32138f8e008ee8b7c75..b478005e2ba9e711d53a1ab148b7bb9b0603256d 100644
|
| --- a/chrome/browser/global_keyboard_shortcuts_mac.h
|
| +++ b/chrome/browser/global_keyboard_shortcuts_mac.h
|
| @@ -5,8 +5,12 @@
|
| #ifndef CHROME_BROWSER_GLOBAL_KEYBOARD_SHORTCUTS_MAC_H_
|
| #define CHROME_BROWSER_GLOBAL_KEYBOARD_SHORTCUTS_MAC_H_
|
|
|
| +#include <Carbon/Carbon.h> // For unichar.
|
| +
|
| #include "base/basictypes.h"
|
|
|
| +@class NSEvent;
|
| +
|
| struct KeyboardShortcutData {
|
| bool command_key;
|
| bool shift_key;
|
|
|