| Index: chromeos/network/geolocation_handler_unittest.cc
|
| diff --git a/chromeos/network/geolocation_handler_unittest.cc b/chromeos/network/geolocation_handler_unittest.cc
|
| index be0985db5f92d405992d4770fb1b5b0da148ce9e..af5dc19bb4ddc30c5d4f55f1bc10a0eb03e57785 100644
|
| --- a/chromeos/network/geolocation_handler_unittest.cc
|
| +++ b/chromeos/network/geolocation_handler_unittest.cc
|
| @@ -24,7 +24,7 @@ class GeolocationHandlerTest : public testing::Test {
|
|
|
| virtual void SetUp() OVERRIDE {
|
| // Initialize DBusThreadManager with a stub implementation.
|
| - DBusThreadManager::InitializeWithStub();
|
| + DBusThreadManager::Initialize();
|
| // Get the test interface for manager / device.
|
| manager_test_ =
|
| DBusThreadManager::Get()->GetShillManagerClient()->GetTestInterface();
|
|
|