| Index: trunk/src/device/bluetooth/bluetooth_profile.cc
|
| ===================================================================
|
| --- trunk/src/device/bluetooth/bluetooth_profile.cc (revision 261569)
|
| +++ trunk/src/device/bluetooth/bluetooth_profile.cc (working copy)
|
| @@ -13,6 +13,8 @@
|
| #include "device/bluetooth/bluetooth_profile_win.h"
|
| #endif
|
|
|
| +#include <string>
|
| +
|
| namespace device {
|
|
|
| BluetoothProfile::Options::Options()
|
| @@ -40,7 +42,7 @@
|
|
|
|
|
| // static
|
| -void BluetoothProfile::Register(const BluetoothUUID& uuid,
|
| +void BluetoothProfile::Register(const std::string& uuid,
|
| const Options& options,
|
| const ProfileCallback& callback) {
|
| #if defined(OS_CHROMEOS)
|
|
|