| Index: device/bluetooth/bluetooth_discovery_manager_mac.mm
|
| diff --git a/device/bluetooth/bluetooth_discovery_manager_mac.mm b/device/bluetooth/bluetooth_discovery_manager_mac.mm
|
| index 1555c6f5d52bd8b04ada65ba3f62e6d64cceee92..716858b873ad5ab1df63667bcd820f3a320c8222 100644
|
| --- a/device/bluetooth/bluetooth_discovery_manager_mac.mm
|
| +++ b/device/bluetooth/bluetooth_discovery_manager_mac.mm
|
| @@ -7,9 +7,9 @@
|
| #import <IOBluetooth/objc/IOBluetoothDevice.h>
|
| #import <IOBluetooth/objc/IOBluetoothDeviceInquiry.h>
|
|
|
| +#include "base/logging.h"
|
| #include "base/mac/scoped_nsobject.h"
|
| #include "base/mac/sdk_forward_declarations.h"
|
| -#include "base/logging.h"
|
|
|
| namespace device {
|
|
|
|
|