| Index: device/bluetooth/bluetooth_device_win.cc
|
| diff --git a/device/bluetooth/bluetooth_device_win.cc b/device/bluetooth/bluetooth_device_win.cc
|
| index 1c5cf3c2e952a318907480dfb269b6dadca1f5d5..6fdce63c2dc14819f002092243d6fa4afbb28679 100644
|
| --- a/device/bluetooth/bluetooth_device_win.cc
|
| +++ b/device/bluetooth/bluetooth_device_win.cc
|
| @@ -89,8 +89,8 @@ bool BluetoothDeviceWin::IsEqual(
|
|
|
| // Checks service collection
|
| typedef std::set<BluetoothUUID> UUIDSet;
|
| - typedef base::ScopedPtrHashMap<std::string, BluetoothServiceRecordWin>
|
| - ServiceRecordMap;
|
| + typedef base::ScopedPtrHashMap<
|
| + std::string, scoped_ptr<BluetoothServiceRecordWin>> ServiceRecordMap;
|
|
|
| UUIDSet known_services;
|
| for (UUIDList::const_iterator iter = uuids_.begin(); iter != uuids_.end();
|
|
|