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

Unified Diff: extensions/browser/warning_service_unittest.cc

Issue 664933004: Standardize usage of virtual/override/final in extensions/ (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
« no previous file with comments | « extensions/browser/warning_service.h ('k') | extensions/common/api/bluetooth/bluetooth_manifest_data.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/warning_service_unittest.cc
diff --git a/extensions/browser/warning_service_unittest.cc b/extensions/browser/warning_service_unittest.cc
index 96bb898cda8236a01be64c0da3757400a81f19b6..a7f132ecc3fb1f0cdb99867988631c8cba862e96 100644
--- a/extensions/browser/warning_service_unittest.cc
+++ b/extensions/browser/warning_service_unittest.cc
@@ -18,7 +18,7 @@ class TestWarningService : public WarningService {
explicit TestWarningService(content::BrowserContext* browser_context)
: WarningService(browser_context) {
}
- virtual ~TestWarningService() {}
+ ~TestWarningService() override {}
void AddWarning(const Warning& warning) {
WarningSet warnings;
« no previous file with comments | « extensions/browser/warning_service.h ('k') | extensions/common/api/bluetooth/bluetooth_manifest_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698