| Index: webrtc/sdk/objc/Framework/Classes/RTCIceCandidate.mm
|
| diff --git a/webrtc/api/objc/RTCIceCandidate.mm b/webrtc/sdk/objc/Framework/Classes/RTCIceCandidate.mm
|
| similarity index 92%
|
| rename from webrtc/api/objc/RTCIceCandidate.mm
|
| rename to webrtc/sdk/objc/Framework/Classes/RTCIceCandidate.mm
|
| index ecc128f8b291074404af58380fe7e5698b444115..de0b15ee8aa1fbda770eb6db2bf45f87ea7a808d 100644
|
| --- a/webrtc/api/objc/RTCIceCandidate.mm
|
| +++ b/webrtc/sdk/objc/Framework/Classes/RTCIceCandidate.mm
|
| @@ -8,11 +8,11 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#import "RTCIceCandidate.h"
|
| +#import "RTCIceCandidate+Private.h"
|
|
|
| -#import "webrtc/api/objc/RTCIceCandidate+Private.h"
|
| -#import "webrtc/base/objc/NSString+StdString.h"
|
| -#import "webrtc/base/objc/RTCLogging.h"
|
| +#import "WebRTC/RTCLogging.h"
|
| +
|
| +#import "NSString+StdString.h"
|
|
|
| @implementation RTCIceCandidate
|
|
|
|
|