mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-19 16:47:50 +01:00
Fix header import in broadcast extension.
These are part of AppRTCMobile and should use framework style imports. Bug: webrtc:9627 Change-Id: Ieefb12b19edd8e680c69c3508b66bc02545fb49f Reviewed-on: https://webrtc-review.googlesource.com/c/113920 Reviewed-by: Kári Helgason <kthelgason@webrtc.org> Commit-Queue: Anders Carlsson <andersc@webrtc.org> Cr-Commit-Position: refs/heads/master@{#25966}
This commit is contained in:
parent
ae786b82b6
commit
bce7262390
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@
|
|||
#import "ARDExternalSampleCapturer.h"
|
||||
#import "ARDSettingsModel.h"
|
||||
|
||||
#import "WebRTC/RTCCallbackLogger.h"
|
||||
#import "WebRTC/RTCLogging.h"
|
||||
#import <WebRTC/RTCCallbackLogger.h>
|
||||
#import <WebRTC/RTCLogging.h>
|
||||
|
||||
@implementation ARDBroadcastSampleHandler {
|
||||
ARDAppClient *_client;
|
||||
|
|
Loading…
Reference in a new issue