| Index: chrome/test/base/testing_io_thread_state.cc
|
| diff --git a/chrome/test/base/testing_io_thread_state.cc b/chrome/test/base/testing_io_thread_state.cc
|
| index 759d463c52da05065f701f28ab842db37ee8f570..e79423fb67954f5baa05b86f75190734b01330f9 100644
|
| --- a/chrome/test/base/testing_io_thread_state.cc
|
| +++ b/chrome/test/base/testing_io_thread_state.cc
|
| @@ -40,7 +40,7 @@ namespace chrome {
|
| TestingIOThreadState::TestingIOThreadState() {
|
| #if defined(OS_CHROMEOS)
|
| // Needed by IOThread constructor.
|
| - chromeos::DBusThreadManager::InitializeWithStub();
|
| + chromeos::DBusThreadManager::Initialize();
|
| chromeos::NetworkHandler::Initialize();
|
| #endif
|
|
|
|
|