| Index: ash/accelerators/accelerator_controller.h
|
| diff --git a/ash/accelerators/accelerator_controller.h b/ash/accelerators/accelerator_controller.h
|
| index 79cc67399a608731c0d2fb866aa304d3d1d4257b..2304f089d0fdf3449befd884da6a2dc77dbb8e2c 100644
|
| --- a/ash/accelerators/accelerator_controller.h
|
| +++ b/ash/accelerators/accelerator_controller.h
|
| @@ -5,15 +5,17 @@
|
| #ifndef ASH_ACCELERATORS_ACCELERATOR_CONTROLLER_H_
|
| #define ASH_ACCELERATORS_ACCELERATOR_CONTROLLER_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <map>
|
| #include <set>
|
|
|
| #include "ash/accelerators/accelerator_table.h"
|
| #include "ash/accelerators/exit_warning_handler.h"
|
| #include "ash/ash_export.h"
|
| -#include "base/basictypes.h"
|
| #include "base/compiler_specific.h"
|
| #include "base/gtest_prod_util.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "ui/base/accelerators/accelerator.h"
|
| #include "ui/base/accelerators/accelerator_history.h"
|
|
|