| Index: base/auto_reset.h
|
| diff --git a/base/auto_reset.h b/base/auto_reset.h
|
| index a5bcfaae8a841af9be853dbc3f46752ee99f68b2..9116537bfb3c073f39bcd7f9bc484228f8b2437e 100644
|
| --- a/base/auto_reset.h
|
| +++ b/base/auto_reset.h
|
| @@ -5,7 +5,7 @@
|
| #ifndef BASE_AUTO_RESET_H_
|
| #define BASE_AUTO_RESET_H_
|
|
|
| -#include "base/basictypes.h"
|
| +#include "base/macros.h"
|
|
|
| // base::AutoReset<> is useful for setting a variable to a new value only within
|
| // a particular scope. An base::AutoReset<> object resets a variable to its
|
|
|