| Index: chromeos/network/shill_property_handler_unittest.cc
|
| diff --git a/chromeos/network/shill_property_handler_unittest.cc b/chromeos/network/shill_property_handler_unittest.cc
|
| index cb82890f6c2dec52089f7833c46dbc4f59104594..6c311eabd106bb283f814a96d88109ddf519d8d4 100644
|
| --- a/chromeos/network/shill_property_handler_unittest.cc
|
| +++ b/chromeos/network/shill_property_handler_unittest.cc
|
| @@ -177,7 +177,7 @@ class ShillPropertyHandlerTest : public testing::Test {
|
|
|
| virtual void SetUp() OVERRIDE {
|
| // Initialize DBusThreadManager with a stub implementation.
|
| - DBusThreadManager::InitializeWithStub();
|
| + DBusThreadManager::Initialize();
|
| // Get the test interface for manager / device / service and clear the
|
| // default stub properties.
|
| manager_test_ =
|
|
|