| Index: webrtc/sdk/objc/Framework/Classes/PeerConnection/RTCConfiguration.mm
|
| diff --git a/webrtc/sdk/objc/Framework/Classes/RTCConfiguration.mm b/webrtc/sdk/objc/Framework/Classes/PeerConnection/RTCConfiguration.mm
|
| similarity index 99%
|
| rename from webrtc/sdk/objc/Framework/Classes/RTCConfiguration.mm
|
| rename to webrtc/sdk/objc/Framework/Classes/PeerConnection/RTCConfiguration.mm
|
| index 48f9e3716814458077fc883116393a44c2be5fb3..1be901a7c0e7282d5bc51f64f8830f3ad4bb1826 100644
|
| --- a/webrtc/sdk/objc/Framework/Classes/RTCConfiguration.mm
|
| +++ b/webrtc/sdk/objc/Framework/Classes/PeerConnection/RTCConfiguration.mm
|
| @@ -8,11 +8,11 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#import "RTCConfiguration+Private.h"
|
| +#import "PeerConnection/RTCConfiguration+Private.h"
|
|
|
| #include <memory>
|
|
|
| -#import "RTCIceServer+Private.h"
|
| +#import "PeerConnection/RTCIceServer+Private.h"
|
| #import "WebRTC/RTCLogging.h"
|
|
|
| #include "webrtc/base/rtccertificategenerator.h"
|
|
|