Index: content/child/bluetooth/bluetooth_dispatcher.h |
diff --git a/content/child/bluetooth/bluetooth_dispatcher.h b/content/child/bluetooth/bluetooth_dispatcher.h |
index e2a449657a63a7257c392eea034c45bdb0448e6d..8f3476af9ad9f2a7d388c91bdce27e7709291261 100644 |
--- a/content/child/bluetooth/bluetooth_dispatcher.h |
+++ b/content/child/bluetooth/bluetooth_dispatcher.h |
@@ -8,6 +8,7 @@ |
#include "base/id_map.h" |
#include "base/memory/ref_counted.h" |
#include "content/child/worker_task_runner.h" |
+#include "content/common/bluetooth/bluetooth_device.h" |
#include "content/common/bluetooth/bluetooth_error.h" |
#include "third_party/WebKit/public/platform/WebBluetooth.h" |
@@ -56,7 +57,7 @@ class BluetoothDispatcher : public WorkerTaskRunner::Observer { |
// IPC Handlers, see definitions in bluetooth_messages.h. |
void OnRequestDeviceSuccess(int thread_id, |
int request_id, |
- const std::string& device_instance_id); |
+ const BluetoothDevice& device); |
void OnRequestDeviceError(int thread_id, |
int request_id, |
BluetoothError error_type); |