Index: tools/gn/group_target_generator.cc |
diff --git a/tools/gn/group_target_generator.cc b/tools/gn/group_target_generator.cc |
index 30238e7bdbb20c8be14795df0fb40e6a33a2e779..d52eb90c5149fc3bf0bbc2b759414207145b3353 100644 |
--- a/tools/gn/group_target_generator.cc |
+++ b/tools/gn/group_target_generator.cc |
@@ -4,11 +4,12 @@ |
#include "tools/gn/group_target_generator.h" |
-GroupTargetGenerator::GroupTargetGenerator(Target* target, |
- Scope* scope, |
- const Token& function_token, |
- Err* err) |
- : TargetGenerator(target, scope, function_token, err) { |
+GroupTargetGenerator::GroupTargetGenerator( |
+ Target* target, |
+ Scope* scope, |
+ const FunctionCallNode* function_call, |
+ Err* err) |
+ : TargetGenerator(target, scope, function_call, err) { |
} |
GroupTargetGenerator::~GroupTargetGenerator() { |