Chromium Code Reviews| Index: webrtc/examples/objc/AppRTCMobile/ARDAppClient.m |
| diff --git a/webrtc/examples/objc/AppRTCMobile/ARDAppClient.m b/webrtc/examples/objc/AppRTCMobile/ARDAppClient.m |
| index 7e9fbdac75dcf6eaa6610bfbe1bcf47b7dfd54bb..61d099be303915ea93d54c0a17d6544eb56a5fbb 100644 |
| --- a/webrtc/examples/objc/AppRTCMobile/ARDAppClient.m |
| +++ b/webrtc/examples/objc/AppRTCMobile/ARDAppClient.m |
| @@ -22,6 +22,7 @@ |
| #import "WebRTC/RTCPeerConnectionFactory.h" |
| #import "WebRTC/RTCRtpSender.h" |
| #import "WebRTC/RTCTracing.h" |
| +#import "WebRTC/RTCVideoCodecFactory.h" |
|
magjed_webrtc
2017/07/04 14:08:32
This include looks unnecessary.
andersc
2017/07/04 15:10:41
Done.
|
| #import "WebRTC/RTCVideoTrack.h" |
| #import "ARDAppEngineClient.h" |