Index: trunk/src/device/bluetooth/bluetooth_profile_win.cc |
=================================================================== |
--- trunk/src/device/bluetooth/bluetooth_profile_win.cc (revision 261569) |
+++ trunk/src/device/bluetooth/bluetooth_profile_win.cc (working copy) |
@@ -11,7 +11,7 @@ |
namespace device { |
-BluetoothProfileWin::BluetoothProfileWin(const BluetoothUUID& uuid, |
+BluetoothProfileWin::BluetoothProfileWin(const std::string& uuid, |
const std::string& name) |
: BluetoothProfile(), uuid_(uuid), name_(name) { |
} |