| Index: ash/accelerators/accelerator_table.h
|
| diff --git a/ash/accelerators/accelerator_table.h b/ash/accelerators/accelerator_table.h
|
| index 3619ccd316e386f0447809690144110c10e50a1d..0267e9227674d67197af6c7d3cdbfe8d81b1fde9 100644
|
| --- a/ash/accelerators/accelerator_table.h
|
| +++ b/ash/accelerators/accelerator_table.h
|
| @@ -5,8 +5,9 @@
|
| #ifndef ASH_ACCELERATORS_ACCELERATOR_TABLE_H_
|
| #define ASH_ACCELERATORS_ACCELERATOR_TABLE_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "ash/ash_export.h"
|
| -#include "base/basictypes.h"
|
| #include "ui/events/event_constants.h"
|
| #include "ui/events/keycodes/keyboard_codes.h"
|
|
|
|
|