| Index: device/bluetooth/bluetooth_profile_win.cc
 | 
| diff --git a/device/bluetooth/bluetooth_profile_win.cc b/device/bluetooth/bluetooth_profile_win.cc
 | 
| index f0729bb4fb7877c3cbefe4d7d99f341fdaadc033..707afeb023624193e3900d9cc282c2e09330bb8d 100644
 | 
| --- a/device/bluetooth/bluetooth_profile_win.cc
 | 
| +++ b/device/bluetooth/bluetooth_profile_win.cc
 | 
| @@ -11,7 +11,7 @@
 | 
|  
 | 
|  namespace device {
 | 
|  
 | 
| -BluetoothProfileWin::BluetoothProfileWin(const std::string& uuid,
 | 
| +BluetoothProfileWin::BluetoothProfileWin(const BluetoothUUID& uuid,
 | 
|                                           const std::string& name)
 | 
|      : BluetoothProfile(), uuid_(uuid), name_(name) {
 | 
|  }
 | 
| 
 |