| 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 cae5b94c1aeb2a85ed6a9385883d64beb0412cb5..8e6ab8692af47b0b05377e05af5684b2f0b75ea6 100644
|
| --- a/chrome/test/base/testing_io_thread_state.cc
|
| +++ b/chrome/test/base/testing_io_thread_state.cc
|
| @@ -15,7 +15,6 @@
|
| #include "content/public/browser/browser_thread.h"
|
|
|
| #if defined(OS_CHROMEOS)
|
| -#include "chromeos/dbus/dbus_client_types.h"
|
| #include "chromeos/dbus/dbus_thread_manager.h"
|
| #include "chromeos/network/network_handler.h"
|
| #include "device/bluetooth/dbus/bluez_dbus_manager.h"
|
| @@ -47,8 +46,7 @@ TestingIOThreadState::TestingIOThreadState() {
|
| chromeos::DBusThreadManager::Initialize();
|
| bluez::BluezDBusManager::Initialize(
|
| chromeos::DBusThreadManager::Get()->GetSystemBus(),
|
| - chromeos::DBusThreadManager::Get()->IsUsingFake(
|
| - chromeos::DBusClientType::BLUETOOTH));
|
| + chromeos::DBusThreadManager::Get()->IsUsingFakes());
|
| chromeos::NetworkHandler::Initialize();
|
| #endif
|
|
|
|
|