| Index: dbus/end_to_end_sync_unittest.cc
|
| diff --git a/dbus/end_to_end_sync_unittest.cc b/dbus/end_to_end_sync_unittest.cc
|
| index fe0489a4a487c43b1029f59f0b63a4439af05fd8..87b261f36e168181e97ebe71c476dc77cf8f75ea 100644
|
| --- a/dbus/end_to_end_sync_unittest.cc
|
| +++ b/dbus/end_to_end_sync_unittest.cc
|
| @@ -18,7 +18,7 @@ class EndToEndSyncTest : public testing::Test {
|
| EndToEndSyncTest() {
|
| }
|
|
|
| - void SetUp() {
|
| + virtual void SetUp() {
|
| // Start the test service;
|
| dbus::TestService::Options options;
|
| test_service_.reset(new dbus::TestService(options));
|
| @@ -36,7 +36,7 @@ class EndToEndSyncTest : public testing::Test {
|
| ASSERT_FALSE(client_bus_->HasDBusThread());
|
| }
|
|
|
| - void TearDown() {
|
| + virtual void TearDown() {
|
| test_service_->Shutdown();
|
| ASSERT_TRUE(test_service_->WaitUntilServiceIsShutdown());
|
| test_service_->Stop();
|
|
|