Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / device / bluetooth / bluetooth_profile.h
index 4ff2480..30f2a1a 100644 (file)
@@ -9,6 +9,7 @@
 
 #include "base/callback.h"
 #include "base/memory/ref_counted.h"
+#include "device/bluetooth/bluetooth_uuid.h"
 
 namespace device {
 
@@ -78,7 +79,7 @@ class BluetoothProfile {
   // This pointer is not owned by the receiver, but will not be freed unless
   // its Unregister() method is called.
   typedef base::Callback<void(BluetoothProfile*)> ProfileCallback;
-  static void Register(const std::string& uuid,
+  static void Register(const BluetoothUUID& uuid,
                        const Options& options,
                        const ProfileCallback& callback);