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

Unified Diff: components/favicon/core/browser/favicon_client.h

Issue 666133002: Standardize usage of virtual/override/final in components/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
Index: components/favicon/core/browser/favicon_client.h
diff --git a/components/favicon/core/browser/favicon_client.h b/components/favicon/core/browser/favicon_client.h
index f33d54a028d02e44a3c120a8c4f1bb76c09f18ca..bad4437d1b0c5e7ff4c9009ec74dae53883080ef 100644
--- a/components/favicon/core/browser/favicon_client.h
+++ b/components/favicon/core/browser/favicon_client.h
@@ -14,7 +14,7 @@ class GURL;
// e.g. Chrome.
class FaviconClient : public KeyedService {
public:
- virtual ~FaviconClient() {};
+ ~FaviconClient() override{};
virtual FaviconService* GetFaviconService() = 0;
« no previous file with comments | « components/error_page/renderer/net_error_helper_core_unittest.cc ('k') | components/favicon_base/select_favicon_frames.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698