Chromium Code Reviews| Index: sky/viewer/internals.h |
| diff --git a/sky/viewer/internals.h b/sky/viewer/internals.h |
| index fc76d367ffafab71f6c93ce52f480444fe02bf85..f94f26816d196bffb77ec3e19b1c36dd79dbf9b2 100644 |
| --- a/sky/viewer/internals.h |
| +++ b/sky/viewer/internals.h |
| @@ -17,7 +17,7 @@ class DocumentView; |
| class Internals : public base::SupportsUserData::Data, |
| public mojo::Shell { |
| public: |
| - virtual ~Internals(); |
| + ~Internals() override; |
| static void Create(Dart_Isolate isolate, DocumentView* document_view); |