| Index: chromeos/dbus/shill_profile_client.cc
|
| diff --git a/chromeos/dbus/shill_profile_client.cc b/chromeos/dbus/shill_profile_client.cc
|
| index 511a22e88bb782bdf46beb06f2e70816e0538884..be13629b3aefafffe0c6a7cf4c900f8bd52d8fe1 100644
|
| --- a/chromeos/dbus/shill_profile_client.cc
|
| +++ b/chromeos/dbus/shill_profile_client.cc
|
| @@ -8,6 +8,7 @@
|
| #include "base/message_loop.h"
|
| #include "base/stl_util.h"
|
| #include "base/values.h"
|
| +#include "chromeos/dbus/dbus_thread_manager.h"
|
| #include "chromeos/dbus/shill_profile_client_stub.h"
|
| #include "chromeos/dbus/shill_property_changed_observer.h"
|
| #include "dbus/bus.h"
|
| @@ -135,7 +136,8 @@ ShillProfileClient* ShillProfileClient::Create(
|
| if (type == REAL_DBUS_CLIENT_IMPLEMENTATION)
|
| return new ShillProfileClientImpl(bus);
|
| DCHECK_EQ(STUB_DBUS_CLIENT_IMPLEMENTATION, type);
|
| - return new ShillProfileClientStub();
|
| + return new ShillProfileClientStub(
|
| + DBusThreadManager::Get()->GetShillManagerClient()->GetTestInterface());
|
| }
|
|
|
| } // namespace chromeos
|
|
|