| Index: tools/gn/binary_target_generator.h
|
| diff --git a/tools/gn/binary_target_generator.h b/tools/gn/binary_target_generator.h
|
| index f0b42eac1d5bc93eae257b1d53c1a580d23c2221..d4db096d62e880ca068285445bc406dbde5a0b87 100644
|
| --- a/tools/gn/binary_target_generator.h
|
| +++ b/tools/gn/binary_target_generator.h
|
| @@ -14,7 +14,7 @@ class BinaryTargetGenerator : public TargetGenerator {
|
| public:
|
| BinaryTargetGenerator(Target* target,
|
| Scope* scope,
|
| - const Token& function_token,
|
| + const FunctionCallNode* function_call,
|
| Target::OutputType type,
|
| Err* err);
|
| virtual ~BinaryTargetGenerator();
|
|
|