| Index: chrome/browser/ui/views/accelerator_table_unittest.cc
|
| diff --git a/chrome/browser/ui/views/accelerator_table_unittest.cc b/chrome/browser/ui/views/accelerator_table_unittest.cc
|
| index 156dd9b57b41b258a053d3aee77479da049a7b0d..31bf6e497ea278c6c2991982421fde1d03697705 100644
|
| --- a/chrome/browser/ui/views/accelerator_table_unittest.cc
|
| +++ b/chrome/browser/ui/views/accelerator_table_unittest.cc
|
| @@ -2,9 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <set>
|
|
|
| -#include "base/basictypes.h"
|
| +#include "build/build_config.h"
|
| #include "chrome/browser/ui/views/accelerator_table.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "ui/events/event_constants.h"
|
|
|