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

Unified Diff: webrtc/sdk/objc/Framework/Headers/WebRTC/RTCDataChannel.h

Issue 1903663002: Build dynamic iOS SDK. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fix test gyp Created 4 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/Headers/WebRTC/RTCDataChannel.h
diff --git a/webrtc/api/objc/RTCDataChannel.h b/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCDataChannel.h
similarity index 98%
rename from webrtc/api/objc/RTCDataChannel.h
rename to webrtc/sdk/objc/Framework/Headers/WebRTC/RTCDataChannel.h
index 43d4663668c0672729aa30d6ecfef3ea510adf17..893bd0a336585709b3086a532619e3aee13c0048 100644
--- a/webrtc/api/objc/RTCDataChannel.h
+++ b/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCDataChannel.h
@@ -11,7 +11,7 @@
#import <AvailabilityMacros.h>
#import <Foundation/Foundation.h>
-#import "webrtc/base/objc/RTCMacros.h"
+#import <WebRTC/RTCMacros.h>
NS_ASSUME_NONNULL_BEGIN

Powered by Google App Engine
This is Rietveld 408576698