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

Unified Diff: components/omaha_query_params/omaha_query_params_unittest.cc

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
« no previous file with comments | « components/network_time/network_time_tracker_unittest.cc ('k') | components/omnibox/base_search_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/omaha_query_params/omaha_query_params_unittest.cc
diff --git a/components/omaha_query_params/omaha_query_params_unittest.cc b/components/omaha_query_params/omaha_query_params_unittest.cc
index dd4055dd609c8d243017d82a3d9f9f22a6a9efa6..cfaf667dd303b338d0e70f176e7e974f70381b59 100644
--- a/components/omaha_query_params/omaha_query_params_unittest.cc
+++ b/components/omaha_query_params/omaha_query_params_unittest.cc
@@ -18,7 +18,7 @@ bool Contains(const std::string& source, const std::string& target) {
}
class TestOmahaQueryParamsDelegate : public OmahaQueryParamsDelegate {
- virtual std::string GetExtraParams() override { return "&cat=dog"; }
+ std::string GetExtraParams() override { return "&cat=dog"; }
};
} // namespace
« no previous file with comments | « components/network_time/network_time_tracker_unittest.cc ('k') | components/omnibox/base_search_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698