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