| Index: webrtc/sdk/objc/Framework/Classes/PeerConnection/RTCSessionDescription.mm
|
| diff --git a/webrtc/sdk/objc/Framework/Classes/RTCSessionDescription.mm b/webrtc/sdk/objc/Framework/Classes/PeerConnection/RTCSessionDescription.mm
|
| similarity index 96%
|
| rename from webrtc/sdk/objc/Framework/Classes/RTCSessionDescription.mm
|
| rename to webrtc/sdk/objc/Framework/Classes/PeerConnection/RTCSessionDescription.mm
|
| index 417ff7dfca2ed4dab5984d4407598027d08fe848..2a3e75461208dc3b24f2bd0e81e97288b52f0ba5 100644
|
| --- a/webrtc/sdk/objc/Framework/Classes/RTCSessionDescription.mm
|
| +++ b/webrtc/sdk/objc/Framework/Classes/PeerConnection/RTCSessionDescription.mm
|
| @@ -8,9 +8,9 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#import "RTCSessionDescription+Private.h"
|
| +#import "PeerConnection/RTCSessionDescription+Private.h"
|
|
|
| -#import "NSString+StdString.h"
|
| +#import "Common/NSString+StdString.h"
|
| #import "WebRTC/RTCLogging.h"
|
|
|
| #include "webrtc/base/checks.h"
|
|
|