| Index: webrtc/api/objc/RTCAVFoundationVideoSource.h
 | 
| diff --git a/webrtc/api/objc/RTCAVFoundationVideoSource.h b/webrtc/api/objc/RTCAVFoundationVideoSource.h
 | 
| index 8c0232a8d8913b182758892637b64cc7218146d5..73e5585d37450c13991f825b78591e5d43e8ed64 100644
 | 
| --- a/webrtc/api/objc/RTCAVFoundationVideoSource.h
 | 
| +++ b/webrtc/api/objc/RTCAVFoundationVideoSource.h
 | 
| @@ -9,6 +9,7 @@
 | 
|   */
 | 
|  
 | 
|  #import "webrtc/api/objc/RTCVideoSource.h"
 | 
| +#import "webrtc/base/objc/RTCMacros.h"
 | 
|  
 | 
|  @class AVCaptureSession;
 | 
|  @class RTCMediaConstraints;
 | 
| @@ -23,6 +24,7 @@ NS_ASSUME_NONNULL_BEGIN
 | 
|   * guarantee its lifetime. Instead, we expose its properties through the ref
 | 
|   * counted video source interface.
 | 
|   */
 | 
| +RTC_EXPORT
 | 
|  @interface RTCAVFoundationVideoSource : RTCVideoSource
 | 
|  
 | 
|  - (instancetype)init NS_UNAVAILABLE;
 | 
| 
 |