| Index: webrtc/sdk/objc/Framework/Classes/RTCConfiguration.mm
|
| diff --git a/webrtc/api/objc/RTCConfiguration.mm b/webrtc/sdk/objc/Framework/Classes/RTCConfiguration.mm
|
| similarity index 97%
|
| rename from webrtc/api/objc/RTCConfiguration.mm
|
| rename to webrtc/sdk/objc/Framework/Classes/RTCConfiguration.mm
|
| index 2d44d015675cbefdead66bed3e904c3c97241098..708c6ebfda7e3bd4213e5b349885a3fffc62eba9 100644
|
| --- a/webrtc/api/objc/RTCConfiguration.mm
|
| +++ b/webrtc/sdk/objc/Framework/Classes/RTCConfiguration.mm
|
| @@ -8,13 +8,13 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#import "RTCConfiguration.h"
|
| +#import "RTCConfiguration+Private.h"
|
|
|
| #include "webrtc/base/sslidentity.h"
|
|
|
| -#import "webrtc/api/objc/RTCConfiguration+Private.h"
|
| -#import "webrtc/api/objc/RTCIceServer+Private.h"
|
| -#import "webrtc/base/objc/RTCLogging.h"
|
| +#import "WebRTC/RTCLogging.h"
|
| +
|
| +#import "RTCIceServer+Private.h"
|
|
|
| @implementation RTCConfiguration
|
|
|
|
|