| Index: device/bluetooth/bluetooth_adapter_mac.mm
|
| diff --git a/device/bluetooth/bluetooth_adapter_mac.mm b/device/bluetooth/bluetooth_adapter_mac.mm
|
| index 00d6737c7a69d57010b2ee976da9b9f9a9ea23f8..ac2127b6a370c4018cccc83cb94872ae15d2bb67 100644
|
| --- a/device/bluetooth/bluetooth_adapter_mac.mm
|
| +++ b/device/bluetooth/bluetooth_adapter_mac.mm
|
| @@ -4,22 +4,22 @@
|
|
|
| #include "device/bluetooth/bluetooth_adapter_mac.h"
|
|
|
| -#import <IOBluetooth/objc/IOBluetoothDeviceInquiry.h>
|
| #import <IOBluetooth/objc/IOBluetoothDevice.h>
|
| +#import <IOBluetooth/objc/IOBluetoothDeviceInquiry.h>
|
| #import <IOBluetooth/objc/IOBluetoothHostController.h>
|
|
|
| #include <string>
|
|
|
| #include "base/bind.h"
|
| #include "base/compiler_specific.h"
|
| -#include "base/hash_tables.h"
|
| +#include "base/containers/hash_tables.h"
|
| #include "base/location.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/sequenced_task_runner.h"
|
| #include "base/single_thread_task_runner.h"
|
| +#include "base/strings/sys_string_conversions.h"
|
| #include "base/thread_task_runner_handle.h"
|
| #include "base/time.h"
|
| -#include "base/strings/sys_string_conversions.h"
|
| #include "device/bluetooth/bluetooth_device_mac.h"
|
|
|
| // Replicate specific 10.7 SDK declarations for building with prior SDKs.
|
|
|