| Index: device/bluetooth/test/mock_bluetooth_device.cc
|
| diff --git a/device/bluetooth/test/mock_bluetooth_device.cc b/device/bluetooth/test/mock_bluetooth_device.cc
|
| index 3fbfaadad745a1b4b0ffd9dd5078889e59c2d281..230badaa549abb2dfe9308923472087535f563a8 100644
|
| --- a/device/bluetooth/test/mock_bluetooth_device.cc
|
| +++ b/device/bluetooth/test/mock_bluetooth_device.cc
|
| @@ -11,7 +11,7 @@
|
| namespace device {
|
|
|
| MockBluetoothDevice::MockBluetoothDevice(MockBluetoothAdapter* adapter,
|
| - uint32 bluetooth_class,
|
| + uint32_t bluetooth_class,
|
| const std::string& name,
|
| const std::string& address,
|
| bool paired,
|
|
|