Index: device/bluetooth/bluetooth_socket_mac.mm |
diff --git a/device/bluetooth/bluetooth_socket_mac.mm b/device/bluetooth/bluetooth_socket_mac.mm |
index 73f210aba4be4f4488a2107f84913e5eb3bc635e..8b18bd6be8d378f5778dd288ce9dd057414f0919 100644 |
--- a/device/bluetooth/bluetooth_socket_mac.mm |
+++ b/device/bluetooth/bluetooth_socket_mac.mm |
@@ -30,9 +30,8 @@ |
#include "net/base/io_buffer.h" |
#include "net/base/net_errors.h" |
-// Replicate specific 10.7 SDK declarations for building with prior SDKs. |
#if !defined(MAC_OS_X_VERSION_10_7) || \ |
- MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_7 |
+ MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_7 |
@interface IOBluetoothDevice (LionSDKDeclarations) |
- (IOReturn)performSDPQuery:(id)target uuids:(NSArray*)uuids; |