| Index: webrtc/api/objc/RTCPeerConnection.h
 | 
| diff --git a/webrtc/api/objc/RTCPeerConnection.h b/webrtc/api/objc/RTCPeerConnection.h
 | 
| index 471a8deef02616d1278e53e3a30285bc12aada8b..5acaa8093fbfbc608edd39de6817ec25ecc38bd6 100644
 | 
| --- a/webrtc/api/objc/RTCPeerConnection.h
 | 
| +++ b/webrtc/api/objc/RTCPeerConnection.h
 | 
| @@ -10,6 +10,8 @@
 | 
|  
 | 
|  #import <Foundation/Foundation.h>
 | 
|  
 | 
| +#import "webrtc/base/objc/RTCMacros.h"
 | 
| +
 | 
|  @class RTCConfiguration;
 | 
|  @class RTCDataChannel;
 | 
|  @class RTCDataChannelConfiguration;
 | 
| @@ -65,6 +67,7 @@ typedef NS_ENUM(NSInteger, RTCStatsOutputLevel) {
 | 
|  
 | 
|  @class RTCPeerConnection;
 | 
|  
 | 
| +RTC_EXPORT
 | 
|  @protocol RTCPeerConnectionDelegate <NSObject>
 | 
|  
 | 
|  /** Called when the SignalingState changed. */
 | 
| @@ -100,7 +103,7 @@ typedef NS_ENUM(NSInteger, RTCStatsOutputLevel) {
 | 
|  
 | 
|  @end
 | 
|  
 | 
| -
 | 
| +RTC_EXPORT
 | 
|  @interface RTCPeerConnection : NSObject
 | 
|  
 | 
|  /** The object that will be notifed about events such as state changes and
 | 
| 
 |