| Index: base/bind_helpers.h
|
| diff --git a/base/bind_helpers.h b/base/bind_helpers.h
|
| index 7995124f7bcd303b234cf32f9ec1626f8f92d15e..2add755b42601ed97b8edb687131d17229eb57bd 100644
|
| --- a/base/bind_helpers.h
|
| +++ b/base/bind_helpers.h
|
| @@ -143,13 +143,15 @@
|
| #ifndef BASE_BIND_HELPERS_H_
|
| #define BASE_BIND_HELPERS_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <type_traits>
|
| #include <utility>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/callback.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/template_util.h"
|
| +#include "build/build_config.h"
|
|
|
| namespace base {
|
| namespace internal {
|
|
|