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

Unified Diff: components/omnibox/search_suggestion_parser.h

Issue 623133002: replace OVERRIDE and FINAL with override and 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/omnibox/search_provider.h ('k') | components/omnibox/test_scheme_classifier.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/omnibox/search_suggestion_parser.h
diff --git a/components/omnibox/search_suggestion_parser.h b/components/omnibox/search_suggestion_parser.h
index 8e8ba3deb9ce031eddccdb3ae81249178c3a9920..f5493f190c24498310a18d04fa9bf2e0759c86f4 100644
--- a/components/omnibox/search_suggestion_parser.h
+++ b/components/omnibox/search_suggestion_parser.h
@@ -151,7 +151,7 @@ class SearchSuggestionParser {
// Result:
virtual int CalculateRelevance(
const AutocompleteInput& input,
- bool keyword_provider_requested) const OVERRIDE;
+ bool keyword_provider_requested) const override;
private:
// The search terms to be used for this suggestion.
@@ -211,7 +211,7 @@ class SearchSuggestionParser {
// Result:
virtual int CalculateRelevance(
const AutocompleteInput& input,
- bool keyword_provider_requested) const OVERRIDE;
+ bool keyword_provider_requested) const override;
private:
// The suggested url for navigation.
« no previous file with comments | « components/omnibox/search_provider.h ('k') | components/omnibox/test_scheme_classifier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698