| Index: tools/gn/action_target_generator.h
|
| diff --git a/tools/gn/action_target_generator.h b/tools/gn/action_target_generator.h
|
| index 9f3e22448ca17b3da06f86cf869694e79079d302..f9faba666f9e53e8979a1d4469496de3488b9f9b 100644
|
| --- a/tools/gn/action_target_generator.h
|
| +++ b/tools/gn/action_target_generator.h
|
| @@ -19,7 +19,7 @@ class ActionTargetGenerator : public TargetGenerator {
|
| virtual ~ActionTargetGenerator();
|
|
|
| protected:
|
| - virtual void DoRun() OVERRIDE;
|
| + virtual void DoRun() override;
|
|
|
| private:
|
| bool FillScript();
|
|
|