commit | 19640aa61b041a244755db66658c64918845f88e | [log] [tgz] |
---|---|---|
author | Mirko Bonadei <mbonadei@webrtc.org> | Mon Oct 19 16:12:43 2020 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Oct 20 07:23:47 2020 +0000 |
tree | e9b0229de6fef17274a79377ae8653b4bc6fbec8 | |
parent | d273ed0320fcac7ffd6a083f4fb7871189e3446c [diff] [blame] |
Switch AppRTCMobile #import headers. Bug: None Change-Id: Ia03faae59e4891039fc6c0acdeb51fdfea048c7b Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/189547 Reviewed-by: Anders Carlsson <andersc@webrtc.org> Reviewed-by: Kári Helgason <kthelgason@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#32447}
diff --git a/examples/objc/AppRTCMobile/RTCIceServer+JSON.h b/examples/objc/AppRTCMobile/RTCIceServer+JSON.h index 4950a58..35f6af7 100644 --- a/examples/objc/AppRTCMobile/RTCIceServer+JSON.h +++ b/examples/objc/AppRTCMobile/RTCIceServer+JSON.h
@@ -8,7 +8,7 @@ * be found in the AUTHORS file in the root of the source tree. */ -#import <WebRTC/RTCIceServer.h> +#import "sdk/objc/api/peerconnection/RTCIceServer.h" @interface RTC_OBJC_TYPE (RTCIceServer) (JSON)