| Index: tools/gn/input_file_manager.h
|
| diff --git a/tools/gn/input_file_manager.h b/tools/gn/input_file_manager.h
|
| index c817c1c31bb9dcb09cf4371ff680011b3f4dc420..38ff37e721132511f33dae430f4a5306ffb6c41f 100644
|
| --- a/tools/gn/input_file_manager.h
|
| +++ b/tools/gn/input_file_manager.h
|
| @@ -9,10 +9,10 @@
|
| #include <utility>
|
| #include <vector>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/callback.h"
|
| #include "base/containers/hash_tables.h"
|
| #include "base/files/file_path.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/synchronization/lock.h"
|
| #include "base/synchronization/waitable_event.h"
|
|
|