| 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..7b1e65568b487da0e3b515c99cc60e2dd143acdb 100644
|
| --- a/webrtc/api/objc/RTCIceCandidate.mm
|
| +++ b/webrtc/sdk/objc/Framework/Classes/RTCIceCandidate.mm
|
| @@ -8,11 +8,10 @@
|
| * 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 "NSString+StdString.h"
|
| +#import "WebRTC/RTCLogging.h"
|
|
|
| @implementation RTCIceCandidate
|
|
|
|
|