Index: trunk/src/chrome/browser/extensions/api/bluetooth/bluetooth_api.h |
=================================================================== |
--- trunk/src/chrome/browser/extensions/api/bluetooth/bluetooth_api.h (revision 261569) |
+++ trunk/src/chrome/browser/extensions/api/bluetooth/bluetooth_api.h (working copy) |
@@ -12,7 +12,6 @@ |
#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" |
@@ -89,7 +88,7 @@ |
private: |
void OnProfileRegistered(device::BluetoothProfile* bluetooth_profile); |
- device::BluetoothUUID uuid_; |
+ std::string uuid_; |
}; |
class BluetoothRemoveProfileFunction : public SyncExtensionFunction { |