Chromium Code Reviews| Index: base/memory/scoped_vector.h |
| diff --git a/base/memory/scoped_vector.h b/base/memory/scoped_vector.h |
| index 6e0cf05594687a4f45223186b81d8c064e35a20d..832d9dd04661d3569dc7b4e93d5464cad754d0df 100644 |
| --- a/base/memory/scoped_vector.h |
| +++ b/base/memory/scoped_vector.h |
| @@ -9,7 +9,7 @@ |
| #include <vector> |
| #include "base/basictypes.h" |
| -#include "base/stl_util-inl.h" |
| +#include "base/stl_util.h" |
| // ScopedVector wraps a vector deleting the elements from its |
| // destructor. |