Index: dbus/end_to_end_async_unittest.cc |
diff --git a/dbus/end_to_end_async_unittest.cc b/dbus/end_to_end_async_unittest.cc |
index bd75bba4d5a3b42a44338cf1ab931b7bfea86952..884683019e3ce4bcaf32c4ce59d142d02ee4a8fe 100644 |
--- a/dbus/end_to_end_async_unittest.cc |
+++ b/dbus/end_to_end_async_unittest.cc |
@@ -35,7 +35,7 @@ const int kHugePayloadSize = 64 << 20; // 64 MB |
// ExportedObject. |
class EndToEndAsyncTest : public testing::Test { |
public: |
- virtual void SetUp() { |
+ void SetUp() override { |
// Make the main thread not to allow IO. |
base::ThreadRestrictions::SetIOAllowed(false); |
@@ -112,7 +112,7 @@ class EndToEndAsyncTest : public testing::Test { |
run_loop_->Run(); |
} |
- virtual void TearDown() { |
+ void TearDown() override { |
bus_->ShutdownOnDBusThreadAndBlock(); |
// Shut down the service. |
@@ -582,7 +582,7 @@ class SignalMultipleHandlerTest : public EndToEndAsyncTest { |
SignalMultipleHandlerTest() { |
} |
- virtual void SetUp() { |
+ void SetUp() override { |
// Set up base class. |
EndToEndAsyncTest::SetUp(); |