| Index: webrtc/examples/objc/AppRTCDemo/RTCICECandidate+JSON.h
|
| diff --git a/webrtc/examples/objc/AppRTCDemo/RTCICECandidate+JSON.h b/webrtc/examples/objc/AppRTCDemo/RTCICECandidate+JSON.h
|
| index 8ef2748c675d16e9ea64d0423e5464aefd17cfbe..0ee6a7872f2ab050820859cbd5860997e5e99217 100644
|
| --- a/webrtc/examples/objc/AppRTCDemo/RTCICECandidate+JSON.h
|
| +++ b/webrtc/examples/objc/AppRTCDemo/RTCICECandidate+JSON.h
|
| @@ -8,11 +8,11 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#import "RTCICECandidate.h"
|
| +#import "webrtc/api/objc/RTCIceCandidate.h"
|
|
|
| -@interface RTCICECandidate (JSON)
|
| +@interface RTCIceCandidate (JSON)
|
|
|
| -+ (RTCICECandidate *)candidateFromJSONDictionary:(NSDictionary *)dictionary;
|
| ++ (RTCIceCandidate *)candidateFromJSONDictionary:(NSDictionary *)dictionary;
|
| - (NSData *)JSONData;
|
|
|
| @end
|
|
|