| 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 a1d623f8bae44ea82113ad70957f02a1d726dbe6..140ba2da78f2e57770a6382a5ecf43e2bf955da1 100644
|
| --- a/device/bluetooth/bluetooth_profile_chromeos_unittest.cc
|
| +++ b/device/bluetooth/bluetooth_profile_chromeos_unittest.cc
|
| @@ -29,7 +29,7 @@ namespace chromeos {
|
| class BluetoothProfileChromeOSTest : public testing::Test {
|
| public:
|
| BluetoothProfileChromeOSTest()
|
| - : message_loop_(MessageLoop::TYPE_IO),
|
| + : message_loop_(base::MessageLoop::TYPE_IO),
|
| callback_count_(0),
|
| error_callback_count_(0),
|
| profile_callback_count_(0),
|
|
|