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

Unified Diff: components/search_engines/testing_search_terms_data.h

Issue 666133002: Standardize usage of virtual/override/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 c5d242992c1b1cf9c75240791f028cef542ebfad..970bb541437599a62c30ecd1de9f8abe3cb06f4a 100644
--- a/components/search_engines/testing_search_terms_data.h
+++ b/components/search_engines/testing_search_terms_data.h
@@ -10,16 +10,15 @@
class TestingSearchTermsData : public SearchTermsData {
public:
explicit TestingSearchTermsData(const std::string& google_base_url);
- virtual ~TestingSearchTermsData();
-
- 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;
+ ~TestingSearchTermsData() override;
+
+ std::string GoogleBaseURLValue() const override;
+ base::string16 GetRlzParameterValue(bool from_app_list) const override;
+ std::string GetSearchClient() const override;
+ std::string GoogleImageSearchSource() const override;
+ bool EnableAnswersInSuggest() const override;
+ bool IsShowingSearchTermsOnSearchResultsPages() const override;
+ 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_sync_unittest.cc ('k') | components/search_provider_logos/logo_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698