Chromium Code Reviews| Index: src/compilation-statistics.h |
| diff --git a/src/compilation-statistics.h b/src/compilation-statistics.h |
| index 45ffb9b8231cbc6e4b470aafb1cbfd2acd34b07c..6219180197d582b9b076d5a9466427e502b56404 100644 |
| --- a/src/compilation-statistics.h |
| +++ b/src/compilation-statistics.h |
| @@ -16,7 +16,7 @@ namespace internal { |
| class CompilationInfo; |
| -class CompilationStatistics FINAL : public Malloced { |
| +class CompilationStatistics final : public Malloced { |
| public: |
| CompilationStatistics() {} |