Index: webrtc/sdk/objc/Framework/Classes/PeerConnection/RTCDataChannelConfiguration.mm |
diff --git a/webrtc/sdk/objc/Framework/Classes/RTCDataChannelConfiguration.mm b/webrtc/sdk/objc/Framework/Classes/PeerConnection/RTCDataChannelConfiguration.mm |
similarity index 94% |
rename from webrtc/sdk/objc/Framework/Classes/RTCDataChannelConfiguration.mm |
rename to webrtc/sdk/objc/Framework/Classes/PeerConnection/RTCDataChannelConfiguration.mm |
index 89c56de786316d3ebbc2f4bfc353b74ef38ed1df..efe2354a96dd0ce8d193503a95b907be354b996a 100644 |
--- a/webrtc/sdk/objc/Framework/Classes/RTCDataChannelConfiguration.mm |
+++ b/webrtc/sdk/objc/Framework/Classes/PeerConnection/RTCDataChannelConfiguration.mm |
@@ -8,9 +8,9 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#import "RTCDataChannelConfiguration+Private.h" |
+#import "PeerConnection/RTCDataChannelConfiguration+Private.h" |
-#import "NSString+StdString.h" |
+#import "Common/NSString+StdString.h" |
@implementation RTCDataChannelConfiguration |