| Index: webrtc/api/objc/RTCRtpSender.h
 | 
| diff --git a/webrtc/api/objc/RTCRtpSender.h b/webrtc/api/objc/RTCRtpSender.h
 | 
| index 20d1db9b6a893118315c7349dd71016be161e1e2..34a3d6c616b3473f8aff739077b6cb3d11b1c331 100644
 | 
| --- a/webrtc/api/objc/RTCRtpSender.h
 | 
| +++ b/webrtc/api/objc/RTCRtpSender.h
 | 
| @@ -12,9 +12,11 @@
 | 
|  
 | 
|  #import "webrtc/api/objc/RTCMediaStreamTrack.h"
 | 
|  #import "webrtc/api/objc/RTCRtpParameters.h"
 | 
| +#import "webrtc/base/objc/RTCMacros.h"
 | 
|  
 | 
|  NS_ASSUME_NONNULL_BEGIN
 | 
|  
 | 
| +RTC_EXPORT
 | 
|  @protocol RTCRtpSender <NSObject>
 | 
|  
 | 
|  /** The currently active RTCRtpParameters, as defined in
 | 
| @@ -36,6 +38,7 @@ NS_ASSUME_NONNULL_BEGIN
 | 
|  
 | 
|  @end
 | 
|  
 | 
| +RTC_EXPORT
 | 
|  @interface RTCRtpSender : NSObject <RTCRtpSender>
 | 
|  
 | 
|  - (instancetype)init NS_UNAVAILABLE;
 | 
| 
 |