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

Unified Diff: components/search_engines/testing_search_terms_data.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
Index: components/search_engines/testing_search_terms_data.h
diff --git a/components/search_engines/testing_search_terms_data.h b/components/search_engines/testing_search_terms_data.h
index 37138d7ce3f2011590d7bdc69bfc5d4071d821c8..c5d242992c1b1cf9c75240791f028cef542ebfad 100644
--- a/components/search_engines/testing_search_terms_data.h
+++ b/components/search_engines/testing_search_terms_data.h
@@ -12,14 +12,14 @@ class TestingSearchTermsData : public SearchTermsData {
explicit TestingSearchTermsData(const std::string& google_base_url);
virtual ~TestingSearchTermsData();
- virtual std::string GoogleBaseURLValue() const OVERRIDE;
+ virtual std::string GoogleBaseURLValue() const override;
virtual base::string16 GetRlzParameterValue(
- bool from_app_list) const OVERRIDE;
- virtual std::string GetSearchClient() const OVERRIDE;
- virtual std::string GoogleImageSearchSource() const OVERRIDE;
- virtual bool EnableAnswersInSuggest() const OVERRIDE;
- virtual bool IsShowingSearchTermsOnSearchResultsPages() const OVERRIDE;
- virtual int OmniboxStartMargin() const OVERRIDE;
+ bool from_app_list) const override;
+ virtual std::string GetSearchClient() const override;
+ virtual std::string GoogleImageSearchSource() const override;
+ virtual bool EnableAnswersInSuggest() const override;
+ virtual bool IsShowingSearchTermsOnSearchResultsPages() const override;
+ virtual int OmniboxStartMargin() const override;
void set_google_base_url(const std::string& google_base_url) {
google_base_url_ = google_base_url;
« no previous file with comments | « components/search_engines/template_url_service_unittest.cc ('k') | components/search_provider_logos/logo_cache_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698