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

Unified Diff: chrome/browser/autocomplete/history_url_provider.cc

Issue 625113002: replace OVERRIDE and FINAL with override and final in chrome/browser/[a-i]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix newly added OVERRIDEs 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/autocomplete/history_url_provider.cc
diff --git a/chrome/browser/autocomplete/history_url_provider.cc b/chrome/browser/autocomplete/history_url_provider.cc
index b529fd4773c736a334e3fe68e4a168a2921483ee..00f7192e92c155d62e8cf4055a009af2f939b9c0 100644
--- a/chrome/browser/autocomplete/history_url_provider.cc
+++ b/chrome/browser/autocomplete/history_url_provider.cc
@@ -280,19 +280,19 @@ class SearchTermsDataSnapshot : public SearchTermsData {
explicit SearchTermsDataSnapshot(const SearchTermsData& search_terms_data);
virtual ~SearchTermsDataSnapshot();
- 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 bool EnableAnswersInSuggest() const OVERRIDE;
- virtual bool IsShowingSearchTermsOnSearchResultsPages() const OVERRIDE;
+ bool from_app_list) const override;
+ virtual std::string GetSearchClient() 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 std::string NTPIsThemedParam() const OVERRIDE;
- virtual std::string GoogleImageSearchSource() const OVERRIDE;
+ bool for_prerender) const override;
+ virtual std::string NTPIsThemedParam() const override;
+ virtual std::string GoogleImageSearchSource() const override;
private:
std::string google_base_url_value_;
« no previous file with comments | « chrome/browser/autocomplete/history_url_provider.h ('k') | chrome/browser/autocomplete/history_url_provider_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698