Chromium Code Reviews| Index: base/keyboard_codes.h |
| =================================================================== |
| --- base/keyboard_codes.h (revision 22100) |
| +++ base/keyboard_codes.h (working copy) |
| @@ -9,8 +9,10 @@ |
| #if defined(OS_WIN) |
| #include "base/keyboard_codes_win.h" |
| -#elif defined(OS_POSIX) |
| -#include "base/keyboard_codes_posix.h" |
| +#elif defined(OS_LINUX) |
| +#include "base/keyboard_codes_linux.h" |
| +#elif defined(OS_MACOSX) |
| +#include "base/keyboard_codes_mac.h" |
| #endif |
| #endif // BASE_KEYBOARD_CODES_H_ |