Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(750)

Unified Diff: components/test_runner/app_banner_client.h

Issue 1360123005: Enforce marking "override" for functions overriding Blink in components/test_runner/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/test_runner/mock_color_chooser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test_runner/app_banner_client.h
diff --git a/components/test_runner/app_banner_client.h b/components/test_runner/app_banner_client.h
index 1ecd77c4e4be53a11f6300debd67185536cdad13..b268c9f1011152c00995736236b4b39ab22e88ef 100644
--- a/components/test_runner/app_banner_client.h
+++ b/components/test_runner/app_banner_client.h
@@ -18,7 +18,7 @@ class TEST_RUNNER_EXPORT AppBannerClient
: public NON_EXPORTED_BASE(blink::WebAppBannerClient) {
public:
AppBannerClient();
- virtual ~AppBannerClient();
+ ~AppBannerClient() override;
// blink::WebAppBannerClient:
void registerBannerCallbacks(
« no previous file with comments | « no previous file | components/test_runner/mock_color_chooser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698