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

Unified Diff: chrome/browser/search_engines/ui_thread_search_terms_data.h

Issue 629603002: replace OVERRIDE and FINAL with override and final in chrome/browser/[r-z]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master 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: chrome/browser/search_engines/ui_thread_search_terms_data.h
diff --git a/chrome/browser/search_engines/ui_thread_search_terms_data.h b/chrome/browser/search_engines/ui_thread_search_terms_data.h
index 259978b5661104445ac44518dd2f6ad933bb1bf5..811c60f94b76243974c2357f1eb5028432006d80 100644
--- a/chrome/browser/search_engines/ui_thread_search_terms_data.h
+++ b/chrome/browser/search_engines/ui_thread_search_terms_data.h
@@ -21,22 +21,22 @@ class UIThreadSearchTermsData : public SearchTermsData {
// values, and NTPIsThemedParam() will return an empty string.
explicit UIThreadSearchTermsData(Profile* profile);
- virtual std::string GoogleBaseURLValue() const OVERRIDE;
- virtual std::string GetApplicationLocale() const OVERRIDE;
+ virtual std::string GoogleBaseURLValue() const override;
+ virtual std::string GetApplicationLocale() const override;
virtual base::string16 GetRlzParameterValue(bool from_app_list) const
- OVERRIDE;
- virtual std::string GetSearchClient() const OVERRIDE;
- virtual std::string GetSuggestClient() const OVERRIDE;
- virtual std::string GetSuggestRequestIdentifier() const OVERRIDE;
- virtual bool EnableAnswersInSuggest() const OVERRIDE;
- virtual bool IsShowingSearchTermsOnSearchResultsPages() const OVERRIDE;
+ override;
+ virtual std::string GetSearchClient() const override;
+ virtual std::string GetSuggestClient() const override;
+ virtual std::string GetSuggestRequestIdentifier() const override;
+ virtual bool EnableAnswersInSuggest() const override;
+ virtual bool IsShowingSearchTermsOnSearchResultsPages() const override;
virtual std::string InstantExtendedEnabledParam(
- bool for_search) const OVERRIDE;
+ bool for_search) const override;
virtual std::string ForceInstantResultsParam(
- bool for_prerender) const OVERRIDE;
- virtual int OmniboxStartMargin() const OVERRIDE;
- virtual std::string NTPIsThemedParam() const OVERRIDE;
- virtual std::string GoogleImageSearchSource() const OVERRIDE;
+ bool for_prerender) const override;
+ virtual int OmniboxStartMargin() const override;
+ virtual std::string NTPIsThemedParam() const override;
+ virtual std::string GoogleImageSearchSource() const override;
// Used by tests to override the value for the Google base URL. Passing the
// empty string cancels this override.

Powered by Google App Engine
This is Rietveld 408576698