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

Unified Diff: webrtc/base/objc/RTCFieldTrials.h

Issue 1829783003: Build dynamic framework with podspec for Objective-C API. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Import Foundation instead of UIKit Created 4 years, 9 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
« no previous file with comments | « no previous file | webrtc/base/objc/RTCFieldTrials.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/objc/RTCFieldTrials.h
diff --git a/webrtc/base/objc/RTCFieldTrials.h b/webrtc/base/objc/RTCFieldTrials.h
index 13b9ae4d52d99220c26a37658f90f400af74af1c..837a8f7a60993f7c172bef9e342e8a30e4432bea 100644
--- a/webrtc/base/objc/RTCFieldTrials.h
+++ b/webrtc/base/objc/RTCFieldTrials.h
@@ -10,6 +10,8 @@
#include "webrtc/base/objc/RTCMacros.h"
+#import <Foundation/Foundation.h>
+
typedef NS_OPTIONS(NSUInteger, RTCFieldTrialOptions) {
RTCFieldTrialOptionsNone = 0,
RTCFieldTrialOptionsSendSideBwe = 1 << 0,
« no previous file with comments | « no previous file | webrtc/base/objc/RTCFieldTrials.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698