From b239f0232f9a67e6326166225d4eb26b622e8279 Mon Sep 17 00:00:00 2001
From: Zeno Albisser <zeno.albisser@digia.com>
Date: Thu, 25 Sep 2014 16:18:29 +0200
Subject: [PATCH] Remove IOBluetooth.h import.

This causes compilation failures due to a bug
in Mac OSX 10.9 and potentially other SDKs.
Enum CBPeripheralAuthorizationStatus is marked
unavailable on OSX in these SDKs.
Removing the include has been confirmed to work
for us on newer OSX versions.

Change-Id: I7c09564f591a1993ab82f36e2fc35a35c3484d43
Reviewed-by: Andras Becsi <andras.becsi@digia.com>
---
 chromium/base/mac/sdk_forward_declarations.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/chromium/base/mac/sdk_forward_declarations.h b/chromium/base/mac/sdk_forward_declarations.h
index 3a0878daef6..8d333c5e8d1 100644
--- a/chromium/base/mac/sdk_forward_declarations.h
+++ b/chromium/base/mac/sdk_forward_declarations.h
@@ -14,7 +14,6 @@
 #import <AppKit/AppKit.h>
 #import <CoreWLAN/CoreWLAN.h>
 #import <ImageCaptureCore/ImageCaptureCore.h>
-#import <IOBluetooth/IOBluetooth.h>
 
 #include "base/base_export.h"
 
-- 
GitLab