diff --git a/ui/drivers/cocoa/cocoa_common.h b/ui/drivers/cocoa/cocoa_common.h index 91565fa4b19..b66bd9991b9 100644 --- a/ui/drivers/cocoa/cocoa_common.h +++ b/ui/drivers/cocoa/cocoa_common.h @@ -90,8 +90,7 @@ extern id apple_platform; @end #if TARGET_OS_IOS -@interface CocoaView : UIViewController< -AVCaptureAudioDataOutputSampleBufferDelegate> +@interface CocoaView : UIViewController #elif TARGET_OS_TV @interface CocoaView : GCEventViewController #endif