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

Unified Diff: dbus/property_unittest.cc

Issue 802213003: Standardize usage of virtual/override/final specifiers in dbus/. (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
« no previous file with comments | « dbus/object_proxy_unittest.cc ('k') | dbus/signal_sender_verification_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dbus/property_unittest.cc
diff --git a/dbus/property_unittest.cc b/dbus/property_unittest.cc
index 879a9a606652facc312b2142b112477b29a187a2..1e86817a9a71672e07b084068f362467b6fa1340 100644
--- a/dbus/property_unittest.cc
+++ b/dbus/property_unittest.cc
@@ -49,7 +49,7 @@ class PropertyTest : public testing::Test {
}
};
- virtual void SetUp() {
+ void SetUp() override {
// Make the main thread not to allow IO.
base::ThreadRestrictions::SetIOAllowed(false);
@@ -87,7 +87,7 @@ class PropertyTest : public testing::Test {
properties_->GetAll();
}
- virtual void TearDown() {
+ void TearDown() override {
bus_->ShutdownOnDBusThreadAndBlock();
// Shut down the service.
« no previous file with comments | « dbus/object_proxy_unittest.cc ('k') | dbus/signal_sender_verification_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698