Chromium Code Reviews| Index: third_party/WebKit/public/web/WebViewClient.h |
| diff --git a/third_party/WebKit/public/web/WebViewClient.h b/third_party/WebKit/public/web/WebViewClient.h |
| index 41195fd3efaac32f15a34e1917ee28b8391b2f64..3d755f760e84967c4f82f374070c64c95d74c664 100644 |
| --- a/third_party/WebKit/public/web/WebViewClient.h |
| +++ b/third_party/WebKit/public/web/WebViewClient.h |
| @@ -281,7 +281,7 @@ class WebViewClient : protected WebWidgetClient { |
| virtual WebWidgetClient* widgetClient() { return this; } |
| protected: |
| - ~WebViewClient() {} |
| + ~WebViewClient() override {} |
| }; |
| } // namespace blink |