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

Unified Diff: webrtc/sdk/objc/Framework/UnitTests/RTCDataChannelConfigurationTest.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/UnitTests/RTCDataChannelConfigurationTest.mm
diff --git a/webrtc/sdk/objc/Framework/UnitTests/RTCDataChannelConfigurationTest.mm b/webrtc/sdk/objc/Framework/UnitTests/RTCDataChannelConfigurationTest.mm
index 275898dba855e6918bddd47a0c14e8660083e319..c731bc31efd0ad438629d01173cc2f9cc7fb9316 100644
--- a/webrtc/sdk/objc/Framework/UnitTests/RTCDataChannelConfigurationTest.mm
+++ b/webrtc/sdk/objc/Framework/UnitTests/RTCDataChannelConfigurationTest.mm
@@ -12,8 +12,8 @@
#include "webrtc/base/gunit.h"
-#import "NSString+StdString.h"
-#import "RTCDataChannelConfiguration+Private.h"
+#import "Common/NSString+StdString.h"
+#import "PeerConnection/RTCDataChannelConfiguration+Private.h"
#import "WebRTC/RTCDataChannelConfiguration.h"
@interface RTCDataChannelConfigurationTest : NSObject

Powered by Google App Engine
This is Rietveld 408576698