| Index: base/observer_list.h
|
| diff --git a/base/observer_list.h b/base/observer_list.h
|
| index 5173ce126c2a0e72ecf1911948204b5fe5683647..31564212e05f15262af24a3b2d07bd026055fa32 100644
|
| --- a/base/observer_list.h
|
| +++ b/base/observer_list.h
|
| @@ -5,12 +5,14 @@
|
| #ifndef BASE_OBSERVER_LIST_H_
|
| #define BASE_OBSERVER_LIST_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <algorithm>
|
| #include <limits>
|
| #include <vector>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/logging.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/stl_util.h"
|
|
|
|
|