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

Unified Diff: extensions/browser/api/api_resource_manager_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 | « no previous file | extensions/browser/api/app_current_window_internal/app_current_window_internal_api.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/api/api_resource_manager_unittest.cc
diff --git a/extensions/browser/api/api_resource_manager_unittest.cc b/extensions/browser/api/api_resource_manager_unittest.cc
index d9b6cba2f7765887ae90b35284ee8678a76d56ad..c9254ab5ea59aa21d3492de5d4cbfeaa79d35b7c 100644
--- a/extensions/browser/api/api_resource_manager_unittest.cc
+++ b/extensions/browser/api/api_resource_manager_unittest.cc
@@ -33,7 +33,7 @@ class FakeApiResource : public ApiResource {
public:
explicit FakeApiResource(const std::string& owner_extension_id)
: ApiResource(owner_extension_id) {}
- virtual ~FakeApiResource() {}
+ ~FakeApiResource() override {}
static const BrowserThread::ID kThreadId = BrowserThread::UI;
};
« no previous file with comments | « no previous file | extensions/browser/api/app_current_window_internal/app_current_window_internal_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698