| Index: base/test/scoped_path_override.h
|
| diff --git a/base/test/scoped_path_override.h b/base/test/scoped_path_override.h
|
| index c6cffe2660f84ccfe0ec6240c6cdd7d181da2e23..f5891490b1cb936de460dab4fb0dfcf5745f3c48 100644
|
| --- a/base/test/scoped_path_override.h
|
| +++ b/base/test/scoped_path_override.h
|
| @@ -5,8 +5,8 @@
|
| #ifndef BASE_TEST_SCOPED_PATH_OVERRIDE_H_
|
| #define BASE_TEST_SCOPED_PATH_OVERRIDE_H_
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/files/scoped_temp_dir.h"
|
| +#include "base/macros.h"
|
|
|
| namespace base {
|
|
|
|
|