| Index: chrome/browser/extensions/api/bluetooth/bluetooth_api.cc
|
| diff --git a/chrome/browser/extensions/api/bluetooth/bluetooth_api.cc b/chrome/browser/extensions/api/bluetooth/bluetooth_api.cc
|
| index b7fadfd957f817ed138bdcb9e77275ce8aa5a0f8..af06d9ab51c3a796098232dd762b18059643d8f9 100644
|
| --- a/chrome/browser/extensions/api/bluetooth/bluetooth_api.cc
|
| +++ b/chrome/browser/extensions/api/bluetooth/bluetooth_api.cc
|
| @@ -16,7 +16,6 @@
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/common/extensions/api/bluetooth.h"
|
| #include "chrome/common/extensions/permissions/bluetooth_permission.h"
|
| -#include "chrome/common/extensions/permissions/permissions_data.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "device/bluetooth/bluetooth_adapter.h"
|
| #include "device/bluetooth/bluetooth_device.h"
|
| @@ -25,6 +24,7 @@
|
| #include "device/bluetooth/bluetooth_service_record.h"
|
| #include "device/bluetooth/bluetooth_socket.h"
|
| #include "device/bluetooth/bluetooth_utils.h"
|
| +#include "extensions/common/permissions/permissions_data.h"
|
| #include "net/base/io_buffer.h"
|
|
|
| using device::BluetoothAdapter;
|
|
|