Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1905)

Unified Diff: webrtc/sdk/objc/Framework/Classes/PeerConnection/RTCDataChannelConfiguration.mm

Issue 2862543002: Split iOS sdk in to separate targets (Closed)
Patch Set: Add required lib to metal target Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698