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

Unified Diff: components/search_engines/keyword_web_data_service.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
« no previous file with comments | « components/search_engines/keyword_table.h ('k') | components/search_engines/template_url_fetcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/search_engines/keyword_web_data_service.h
diff --git a/components/search_engines/keyword_web_data_service.h b/components/search_engines/keyword_web_data_service.h
index da553a50fafe8004a4647eee04d1090ca5d3f7f3..44d3fe8366757652fd5b9e579c33c0c02399f4e4 100644
--- a/components/search_engines/keyword_web_data_service.h
+++ b/components/search_engines/keyword_web_data_service.h
@@ -82,7 +82,7 @@ class KeywordWebDataService : public WebDataServiceBase {
void SetBuiltinKeywordVersion(int version);
protected:
- virtual ~KeywordWebDataService();
+ ~KeywordWebDataService() override;
private:
// Called by the BatchModeScoper (see comments there).
« no previous file with comments | « components/search_engines/keyword_table.h ('k') | components/search_engines/template_url_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698