| Index: device/bluetooth/bluetooth_uuid.cc
|
| diff --git a/device/bluetooth/bluetooth_uuid.cc b/device/bluetooth/bluetooth_uuid.cc
|
| index 89c1ac631459766e40bd0f5f10579b9c46f5fb9e..7a275e586edef6d4e8f855ad8d0900654703f580 100644
|
| --- a/device/bluetooth/bluetooth_uuid.cc
|
| +++ b/device/bluetooth/bluetooth_uuid.cc
|
| @@ -96,12 +96,12 @@ void PrintTo(const BluetoothUUID& uuid, std::ostream* out) {
|
|
|
| } // namespace device
|
|
|
| -void IPC::ParamTraits<device::BluetoothUUID>::Write(Message* m,
|
| +void IPC::ParamTraits<device::BluetoothUUID>::Write(base::Pickle* m,
|
| const param_type& p) {
|
| m->WriteString(p.canonical_value());
|
| }
|
|
|
| -bool IPC::ParamTraits<device::BluetoothUUID>::Read(const Message* m,
|
| +bool IPC::ParamTraits<device::BluetoothUUID>::Read(const base::Pickle* m,
|
| base::PickleIterator* iter,
|
| param_type* r) {
|
| std::string value;
|
|
|