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

Unified Diff: components/search_engines/template_url_parser_unittest.cc

Issue 684513002: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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/template_url_parser_unittest.cc
diff --git a/components/search_engines/template_url_parser_unittest.cc b/components/search_engines/template_url_parser_unittest.cc
index 15214fff51f85cd1b4a7a5a2085a6a13517e1144..ea94a51f2f2550c4ddcd73f64d3c4a5d5354a9a9 100644
--- a/components/search_engines/template_url_parser_unittest.cc
+++ b/components/search_engines/template_url_parser_unittest.cc
@@ -52,9 +52,9 @@ bool ParamFilterImpl::KeepParameter(const std::string& key,
class TemplateURLParserTest : public testing::Test {
protected:
TemplateURLParserTest();
- virtual ~TemplateURLParserTest();
+ ~TemplateURLParserTest() override;
- virtual void SetUp() override;
+ void SetUp() override;
bool is_disabled() const;

Powered by Google App Engine
This is Rietveld 408576698