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

Unified Diff: extensions/browser/api/power/power_api_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/api/power/power_api_manager.h ('k') | extensions/browser/api/runtime/runtime_api.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/api/power/power_api_unittest.cc
diff --git a/extensions/browser/api/power/power_api_unittest.cc b/extensions/browser/api/power/power_api_unittest.cc
index ce6a2518327b0d93da956313d1e4b5abdd46fbd7..af44d30c523fd933b3cba51a45577969047c83a5 100644
--- a/extensions/browser/api/power/power_api_unittest.cc
+++ b/extensions/browser/api/power/power_api_unittest.cc
@@ -47,9 +47,7 @@ class PowerSaveBlockerStub : public content::PowerSaveBlocker {
: unblock_callback_(unblock_callback) {
}
- virtual ~PowerSaveBlockerStub() {
- unblock_callback_.Run();
- }
+ ~PowerSaveBlockerStub() override { unblock_callback_.Run(); }
private:
base::Closure unblock_callback_;
« no previous file with comments | « extensions/browser/api/power/power_api_manager.h ('k') | extensions/browser/api/runtime/runtime_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698