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

Unified Diff: components/search_engines/search_host_to_urls_map_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/search_host_to_urls_map_unittest.cc
diff --git a/components/search_engines/search_host_to_urls_map_unittest.cc b/components/search_engines/search_host_to_urls_map_unittest.cc
index f87db78bf7e6f37a7b7040b8aafac706c7d9fedb..1e7929419fa418c656ff5588822c9dc5e6e9eebc 100644
--- a/components/search_engines/search_host_to_urls_map_unittest.cc
+++ b/components/search_engines/search_host_to_urls_map_unittest.cc
@@ -16,7 +16,7 @@ class SearchHostToURLsMapTest : public testing::Test {
public:
SearchHostToURLsMapTest() {}
- virtual void SetUp();
+ void SetUp() override;
protected:
scoped_ptr<SearchHostToURLsMap> provider_map_;

Powered by Google App Engine
This is Rietveld 408576698