summaryrefslogtreecommitdiffstats
path: root/components/omnibox/search_suggestion_parser.h
diff options
context:
space:
mode:
authormostynb <mostynb@opera.com>2014-10-06 08:04:46 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-06 15:05:09 +0000
commitfe59f48c251e124f4b896e589cb635979bb2f1fb (patch)
tree7b07cb56427dfe63f2775683555da84a557aeb90 /components/omnibox/search_suggestion_parser.h
parent4749549c06525071692f777fc6a1fa5a9ad7f877 (diff)
downloadchromium_src-fe59f48c251e124f4b896e589cb635979bb2f1fb.zip
chromium_src-fe59f48c251e124f4b896e589cb635979bb2f1fb.tar.gz
chromium_src-fe59f48c251e124f4b896e589cb635979bb2f1fb.tar.bz2
replace OVERRIDE and FINAL with override and final in components/
BUG=417463 Review URL: https://codereview.chromium.org/623133002 Cr-Commit-Position: refs/heads/master@{#298237}
Diffstat (limited to 'components/omnibox/search_suggestion_parser.h')
-rw-r--r--components/omnibox/search_suggestion_parser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/omnibox/search_suggestion_parser.h b/components/omnibox/search_suggestion_parser.h
index 8e8ba3d..f5493f1 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.