| Index: chromeos/dbus/shill_profile_client_unittest.cc
|
| diff --git a/chromeos/dbus/shill_profile_client_unittest.cc b/chromeos/dbus/shill_profile_client_unittest.cc
|
| index fa02ef94ec941a72aac98e1143687e869b9e9c91..d95b62b0b7069ca0d4694940bf52014f8aa33ed3 100644
|
| --- a/chromeos/dbus/shill_profile_client_unittest.cc
|
| +++ b/chromeos/dbus/shill_profile_client_unittest.cc
|
| @@ -42,7 +42,7 @@ class ShillProfileClientTest : public ShillClientUnittestBase {
|
| ShillClientUnittestBase::SetUp();
|
| // Create a client with the mock bus.
|
| client_.reset(ShillProfileClient::Create(REAL_DBUS_CLIENT_IMPLEMENTATION,
|
| - mock_bus_));
|
| + mock_bus_.get()));
|
| // Run the message loop to run the signal connection result callback.
|
| message_loop_.RunUntilIdle();
|
| }
|
|
|