| Index: device/bluetooth/bluetooth_device_unittest.cc
|
| diff --git a/device/bluetooth/bluetooth_device_unittest.cc b/device/bluetooth/bluetooth_device_unittest.cc
|
| index c92392d1327d80b24175c263957cc0e690ac60b5..3e8d264efee8e5d99765ab80997ed46bb8dd055d 100644
|
| --- a/device/bluetooth/bluetooth_device_unittest.cc
|
| +++ b/device/bluetooth/bluetooth_device_unittest.cc
|
| @@ -77,7 +77,7 @@ TEST_F(BluetoothTest, DeviceProperties) {
|
| BluetoothDevice* device = observer.last_device();
|
| ASSERT_TRUE(device);
|
| EXPECT_EQ(0x1F00u, device->GetBluetoothClass());
|
| - EXPECT_EQ("AA:00:00:00:00:01", device->GetAddress());
|
| + EXPECT_EQ(kTestDeviceAddress1, device->GetAddress());
|
| EXPECT_EQ(BluetoothDevice::VENDOR_ID_UNKNOWN, device->GetVendorIDSource());
|
| EXPECT_EQ(0, device->GetVendorID());
|
| EXPECT_EQ(0, device->GetProductID());
|
|
|