| Index: device/bluetooth/bluetooth_profile_chromeos_unittest.cc
|
| diff --git a/device/bluetooth/bluetooth_profile_chromeos_unittest.cc b/device/bluetooth/bluetooth_profile_chromeos_unittest.cc
|
| index 1792cdac807e2a3e65edb6f339df3c2433d6b8b2..dd7c9457adb61d391574f77aaae7a20800e40a37 100644
|
| --- a/device/bluetooth/bluetooth_profile_chromeos_unittest.cc
|
| +++ b/device/bluetooth/bluetooth_profile_chromeos_unittest.cc
|
| @@ -31,8 +31,7 @@ namespace chromeos {
|
| class BluetoothProfileChromeOSTest : public testing::Test {
|
| public:
|
| BluetoothProfileChromeOSTest()
|
| - : message_loop_(base::MessageLoop::TYPE_IO),
|
| - callback_count_(0),
|
| + : callback_count_(0),
|
| error_callback_count_(0),
|
| profile_callback_count_(0),
|
| connection_callback_count_(0),
|
| @@ -102,7 +101,7 @@ class BluetoothProfileChromeOSTest : public testing::Test {
|
| }
|
|
|
| protected:
|
| - base::MessageLoop message_loop_;
|
| + base::MessageLoopForIO message_loop_;
|
|
|
| FakeBluetoothProfileManagerClient* fake_bluetooth_profile_manager_client_;
|
| scoped_refptr<BluetoothAdapter> adapter_;
|
|
|