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

Unified Diff: components/suggestions/suggestions_service_unittest.cc

Issue 824513003: Standardize usage of virtual/override/final specifiers in components/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years 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/suggestions/suggestions_service_unittest.cc
diff --git a/components/suggestions/suggestions_service_unittest.cc b/components/suggestions/suggestions_service_unittest.cc
index a9209577ef965310cc83cd59a9cd8a406f7017aa..a2e12e301c825d9b4ef922b2f592872dd51e7903 100644
--- a/components/suggestions/suggestions_service_unittest.cc
+++ b/components/suggestions/suggestions_service_unittest.cc
@@ -113,7 +113,6 @@ class TestSuggestionsStore : public suggestions::SuggestionsStore {
TestSuggestionsStore() {
cached_suggestions = CreateSuggestionsProfile();
}
- virtual ~TestSuggestionsStore() {}
bool LoadSuggestions(SuggestionsProfile* suggestions) override {
if (cached_suggestions.suggestions_size()) {
*suggestions = cached_suggestions;
« no previous file with comments | « components/renderer_context_menu/render_view_context_menu_base.h ('k') | components/sync_driver/non_ui_data_type_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698