| Index: tools/gn/target.h
|
| diff --git a/tools/gn/target.h b/tools/gn/target.h
|
| index e8758b7d7555fd04f66b56b49ece45a23945dfcc..a9832416f1ba223abb01c4f38bc344f44bd29d48 100644
|
| --- a/tools/gn/target.h
|
| +++ b/tools/gn/target.h
|
| @@ -9,11 +9,9 @@
|
| #include <string>
|
| #include <vector>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/gtest_prod_util.h"
|
| #include "base/logging.h"
|
| -#include "base/strings/string_piece.h"
|
| -#include "base/synchronization/lock.h"
|
| +#include "base/macros.h"
|
| #include "tools/gn/action_values.h"
|
| #include "tools/gn/config_values.h"
|
| #include "tools/gn/inherited_libraries.h"
|
|
|