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

Unified Diff: content/browser/power_usage_monitor_impl_unittest.cc

Issue 823713002: Standardize usage of virtual/override/final specifiers in content/. (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: content/browser/power_usage_monitor_impl_unittest.cc
diff --git a/content/browser/power_usage_monitor_impl_unittest.cc b/content/browser/power_usage_monitor_impl_unittest.cc
index 985b132694cbf8b293ecb7988109bdd315444540..efa46f2593ae690f5cbf526d65f04344fd537cd0 100644
--- a/content/browser/power_usage_monitor_impl_unittest.cc
+++ b/content/browser/power_usage_monitor_impl_unittest.cc
@@ -60,7 +60,7 @@ class SystemInterfaceForTest : public PowerUsageMonitor::SystemInterface {
class PowerUsageMonitorTest : public testing::Test {
protected:
- virtual void SetUp() {
+ void SetUp() override {
monitor_.reset(new PowerUsageMonitor);
// PowerUsageMonitor assumes ownership.
scoped_ptr<SystemInterfaceForTest> test_interface(

Powered by Google App Engine
This is Rietveld 408576698