| Index: base/sequence_checker_impl.h
|
| diff --git a/base/sequence_checker_impl.h b/base/sequence_checker_impl.h
|
| index 741aafee645946791a95515cad1d1833f10aaec8..e3c5fed508c433c60ed9e0b31db4fafc54e5d12b 100644
|
| --- a/base/sequence_checker_impl.h
|
| +++ b/base/sequence_checker_impl.h
|
| @@ -6,7 +6,7 @@
|
| #define BASE_SEQUENCE_CHECKER_IMPL_H_
|
|
|
| #include "base/base_export.h"
|
| -#include "base/basictypes.h"
|
| +#include "base/macros.h"
|
| #include "base/synchronization/lock.h"
|
| #include "base/threading/sequenced_worker_pool.h"
|
| #include "base/threading/thread_checker_impl.h"
|
|
|