| Index: device/bluetooth/bluetooth_uuid.h
|
| diff --git a/device/bluetooth/bluetooth_uuid.h b/device/bluetooth/bluetooth_uuid.h
|
| index 282c8baf1723b3bd9a1e51f32898ba5861b4a0ba..1b547d1837be94c44b6ffca3c5cde20f6fe21c20 100644
|
| --- a/device/bluetooth/bluetooth_uuid.h
|
| +++ b/device/bluetooth/bluetooth_uuid.h
|
| @@ -89,6 +89,9 @@ class BluetoothUUID {
|
| std::string canonical_value_;
|
| };
|
|
|
| +// This is required by gtest to print a readable output on test failures.
|
| +void PrintTo(const BluetoothUUID& uuid, std::ostream* out);
|
| +
|
| } // namespace device
|
|
|
| #endif // DEVICE_BLUETOOTH_BLUETOOTH_UUID_H_
|
|
|