Chromium Code Reviews| Index: tools/gn/target_generator.h |
| diff --git a/tools/gn/target_generator.h b/tools/gn/target_generator.h |
| index ef2ab83d02a833337eac3640bdc706d49686a2f8..1fed3038c560d7292a415b1e3bcd5f326fc34e01 100644 |
| --- a/tools/gn/target_generator.h |
| +++ b/tools/gn/target_generator.h |
| @@ -30,7 +30,7 @@ class TargetGenerator { |
| Scope* scope, |
| const FunctionCallNode* function_call, |
| Err* err); |
| - ~TargetGenerator(); |
| + virtual ~TargetGenerator(); |
| void Run(); |