| Index: ash/test/ash_test_helper.cc
|
| diff --git a/ash/test/ash_test_helper.cc b/ash/test/ash_test_helper.cc
|
| index 6e3b8095264e5affcb27cecc74abcb67b0e35282..c4046f56c149f6ec45ba76df56497581d1d9007f 100644
|
| --- a/ash/test/ash_test_helper.cc
|
| +++ b/ash/test/ash_test_helper.cc
|
| @@ -35,7 +35,6 @@
|
|
|
| #if defined(OS_CHROMEOS)
|
| #include "chromeos/audio/cras_audio_handler.h"
|
| -#include "chromeos/dbus/dbus_client_types.h"
|
| #include "chromeos/dbus/dbus_thread_manager.h"
|
| #include "device/bluetooth/bluetooth_adapter_factory.h"
|
| #include "device/bluetooth/dbus/bluez_dbus_manager.h"
|
| @@ -101,8 +100,7 @@ void AshTestHelper::SetUp(bool start_session,
|
| if (!bluez::BluezDBusManager::IsInitialized()) {
|
| bluez::BluezDBusManager::Initialize(
|
| chromeos::DBusThreadManager::Get()->GetSystemBus(),
|
| - chromeos::DBusThreadManager::Get()->IsUsingFake(
|
| - chromeos::DBusClientType::BLUETOOTH));
|
| + chromeos::DBusThreadManager::Get()->IsUsingFakes());
|
| bluez_dbus_manager_initialized_ = true;
|
| }
|
|
|
|
|