| 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.
|
|
|