| Index: webrtc/examples/objc/AppRTCDemo/ARDJoinResponse.m
|
| diff --git a/webrtc/examples/objc/AppRTCDemo/ARDJoinResponse.m b/webrtc/examples/objc/AppRTCDemo/ARDJoinResponse.m
|
| index b6c2be9d2205b4db0e09961b881740ae0d42897e..87d58e0db1d6e2781b28e9051e18ab96aef6eefa 100644
|
| --- a/webrtc/examples/objc/AppRTCDemo/ARDJoinResponse.m
|
| +++ b/webrtc/examples/objc/AppRTCDemo/ARDJoinResponse.m
|
| @@ -12,7 +12,7 @@
|
|
|
| #import "ARDSignalingMessage.h"
|
| #import "ARDUtilities.h"
|
| -#import "RTCICEServer+JSON.h"
|
| +#import "RTCIceServer+JSON.h"
|
|
|
| static NSString const *kARDJoinResultKey = @"result";
|
| static NSString const *kARDJoinResultParamsKey = @"params";
|
|
|