| Index: webrtc/api/objc/RTCVideoTrack+Private.h
 | 
| diff --git a/webrtc/base/objc/NSString+StdString.h b/webrtc/api/objc/RTCVideoTrack+Private.h
 | 
| similarity index 63%
 | 
| copy from webrtc/base/objc/NSString+StdString.h
 | 
| copy to webrtc/api/objc/RTCVideoTrack+Private.h
 | 
| index 8bf6cc94be0346e398ab1a980af6378f06ccb7a5..4f55481b554630f71397e1c650fe73d2909fa467 100644
 | 
| --- a/webrtc/base/objc/NSString+StdString.h
 | 
| +++ b/webrtc/api/objc/RTCVideoTrack+Private.h
 | 
| @@ -8,18 +8,17 @@
 | 
|   *  be found in the AUTHORS file in the root of the source tree.
 | 
|   */
 | 
|  
 | 
| -#import <Foundation/Foundation.h>
 | 
| +#import "RTCVideoTrack.h"
 | 
|  
 | 
| -#include <string>
 | 
| +#include "talk/app/webrtc/mediastreaminterface.h"
 | 
|  
 | 
|  NS_ASSUME_NONNULL_BEGIN
 | 
|  
 | 
| -@interface NSString (StdString)
 | 
| +@interface RTCVideoTrack ()
 | 
|  
 | 
| -@property(nonatomic, readonly) std::string stdString;
 | 
| -
 | 
| -+ (std::string)stdStringForString:(NSString *)nsString;
 | 
| -+ (NSString *)stringForStdString:(const std::string&)stdString;
 | 
| +/** VideoTrackInterface created or passed in at construction. */
 | 
| +@property(nonatomic, readonly)
 | 
| +    rtc::scoped_refptr<webrtc::VideoTrackInterface> nativeVideoTrack;
 | 
|  
 | 
|  @end
 | 
|  
 | 
| 
 |