Index: tools/gn/copy_target_generator.h |
diff --git a/tools/gn/copy_target_generator.h b/tools/gn/copy_target_generator.h |
index 2361bff87d35ff66e77dee26e624bb5eff43417d..391ba2b29aff93ed29cc958c54c674e1f4f3da5a 100644 |
--- a/tools/gn/copy_target_generator.h |
+++ b/tools/gn/copy_target_generator.h |
@@ -18,7 +18,7 @@ class CopyTargetGenerator : public TargetGenerator { |
virtual ~CopyTargetGenerator(); |
protected: |
- virtual void DoRun() OVERRIDE; |
+ void DoRun() OVERRIDE; |
private: |
void FillDestDir(); |