Chromium Code Reviews| Index: chromeos/dbus/dbus_thread_manager.cc |
| diff --git a/chromeos/dbus/dbus_thread_manager.cc b/chromeos/dbus/dbus_thread_manager.cc |
| index 64279ad89570694fa177a329b3de25bd659612ce..f3fdc0c4fd0dcba915bd3f1e6e69eeaa54443d9e 100644 |
| --- a/chromeos/dbus/dbus_thread_manager.cc |
| +++ b/chromeos/dbus/dbus_thread_manager.cc |
| @@ -41,7 +41,6 @@ |
| #include "chromeos/dbus/shill_manager_client.h" |
| #include "chromeos/dbus/shill_profile_client.h" |
| #include "chromeos/dbus/shill_service_client.h" |
| -#include "chromeos/dbus/shill_stub_helper.h" |
| #include "chromeos/dbus/sms_client.h" |
| #include "chromeos/dbus/system_clock_client.h" |
| #include "chromeos/dbus/update_engine_client.h" |
| @@ -469,7 +468,6 @@ void DBusThreadManager::InitializeWithStub() { |
| fake_dbus_thread_manager->SetFakeClients(); |
| g_dbus_thread_manager = fake_dbus_thread_manager; |
| InitializeClients(); |
|
pneubeck (no reviews)
2014/02/28 09:37:59
please make the SetupDefaultEnvironment explicit a
stevenjb
2014/02/28 17:43:06
Constructing the Fake manger client twice doesn't
|
| - shill_stub_helper::SetupDefaultEnvironment(); |
| VLOG(1) << "DBusThreadManager initialized with stub implementation"; |
| } |