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

Unified Diff: components/omnibox/keyword_provider_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
« no previous file with comments | « components/omnibox/base_search_provider_unittest.cc ('k') | components/os_crypt/os_crypt_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/omnibox/keyword_provider_unittest.cc
diff --git a/components/omnibox/keyword_provider_unittest.cc b/components/omnibox/keyword_provider_unittest.cc
index fef9a6c3456ff26cf7fbd8a179f83a4f5fee8d25..cbfc0b903862c3a29c70906a6e5e07df25ce91f2 100644
--- a/components/omnibox/keyword_provider_unittest.cc
+++ b/components/omnibox/keyword_provider_unittest.cc
@@ -47,10 +47,10 @@ class KeywordProviderTest : public testing::Test {
};
KeywordProviderTest() : kw_provider_(NULL) { }
- virtual ~KeywordProviderTest() { }
+ ~KeywordProviderTest() override {}
- virtual void SetUp();
- virtual void TearDown();
+ void SetUp() override;
+ void TearDown() override;
template<class ResultType>
void RunTest(TestData<ResultType>* keyword_cases,
« no previous file with comments | « components/omnibox/base_search_provider_unittest.cc ('k') | components/os_crypt/os_crypt_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698