| Index: base/scoped_observer.h
|
| diff --git a/base/scoped_observer.h b/base/scoped_observer.h
|
| index f4738f9c966426c1d4a8bb2c14fc99d12614157a..13d7ca8bb1ec1e9db402f62807d84ec52bed3a0f 100644
|
| --- a/base/scoped_observer.h
|
| +++ b/base/scoped_observer.h
|
| @@ -5,11 +5,13 @@
|
| #ifndef BASE_SCOPED_OBSERVER_H_
|
| #define BASE_SCOPED_OBSERVER_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <algorithm>
|
| #include <vector>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/logging.h"
|
| +#include "base/macros.h"
|
| #include "base/stl_util.h"
|
|
|
| // ScopedObserver is used to keep track of the set of sources an object has
|
|
|