| Index: base/memory/scoped_vector.h
|
| diff --git a/base/memory/scoped_vector.h b/base/memory/scoped_vector.h
|
| index 5bfd94e319337ac8c1039f242862aa0b49887c85..6730612abc6a1bbb9255debbbda67dceccae2dc3 100644
|
| --- a/base/memory/scoped_vector.h
|
| +++ b/base/memory/scoped_vector.h
|
| @@ -5,9 +5,10 @@
|
| #ifndef BASE_MEMORY_SCOPED_VECTOR_H_
|
| #define BASE_MEMORY_SCOPED_VECTOR_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <vector>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/logging.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/move.h"
|
|
|