| Index: chrome/browser/extensions/api/bluetooth/bluetooth_api.h
|
| diff --git a/chrome/browser/extensions/api/bluetooth/bluetooth_api.h b/chrome/browser/extensions/api/bluetooth/bluetooth_api.h
|
| index e33de7fa14d815bdc2a2c246bc2f6865d5bbfb1c..21e164c1e7a9e9174dfa3ff1d5d108ce454ea8be 100644
|
| --- a/chrome/browser/extensions/api/bluetooth/bluetooth_api.h
|
| +++ b/chrome/browser/extensions/api/bluetooth/bluetooth_api.h
|
| @@ -12,6 +12,7 @@
|
| #include "chrome/browser/extensions/api/bluetooth/bluetooth_extension_function.h"
|
| #include "device/bluetooth/bluetooth_device.h"
|
| #include "device/bluetooth/bluetooth_profile.h"
|
| +#include "device/bluetooth/bluetooth_uuid.h"
|
| #include "extensions/browser/api/async_api_function.h"
|
| #include "extensions/browser/browser_context_keyed_api_factory.h"
|
| #include "extensions/browser/event_router.h"
|
| @@ -88,7 +89,7 @@ class BluetoothAddProfileFunction : public UIThreadExtensionFunction {
|
| private:
|
| void OnProfileRegistered(device::BluetoothProfile* bluetooth_profile);
|
|
|
| - std::string uuid_;
|
| + device::BluetoothUUID uuid_;
|
| };
|
|
|
| class BluetoothRemoveProfileFunction : public SyncExtensionFunction {
|
|
|