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

Unified Diff: components/omaha_query_params/omaha_query_params_unittest.cc

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/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 37a97e919dd1f8c22186f4c2b696e4198dbcc0c6..dd4055dd609c8d243017d82a3d9f9f22a6a9efa6 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"; }
+ virtual std::string GetExtraParams() override { return "&cat=dog"; }
};
} // namespace
« no previous file with comments | « components/network_time/network_time_tracker_unittest.cc ('k') | components/omnibox/autocomplete_result_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698