diff options
Diffstat (limited to 'device/bluetooth/bluetooth_profile_chromeos_unittest.cc')
-rw-r--r-- | device/bluetooth/bluetooth_profile_chromeos_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/device/bluetooth/bluetooth_profile_chromeos_unittest.cc b/device/bluetooth/bluetooth_profile_chromeos_unittest.cc index a1d623f8..140ba2d 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), |