Index: tools/gn/copy_target_generator.h |
diff --git a/tools/gn/copy_target_generator.h b/tools/gn/copy_target_generator.h |
index b6f7e14b2b13443b5900c268bf49ef438f1bc89e..2361bff87d35ff66e77dee26e624bb5eff43417d 100644 |
--- a/tools/gn/copy_target_generator.h |
+++ b/tools/gn/copy_target_generator.h |
@@ -13,7 +13,7 @@ class CopyTargetGenerator : public TargetGenerator { |
public: |
CopyTargetGenerator(Target* target, |
Scope* scope, |
- const Token& function_token, |
+ const FunctionCallNode* function_call, |
Err* err); |
virtual ~CopyTargetGenerator(); |