| Index: sdk/objc/Framework/Classes/VideoToolbox/RTCVideoEncoderH264.mm
 | 
| diff --git a/sdk/objc/Framework/Classes/VideoToolbox/RTCVideoEncoderH264.mm b/sdk/objc/Framework/Classes/VideoToolbox/RTCVideoEncoderH264.mm
 | 
| index a42cc97f2b28260974fd20ee9a7cc0eb75e5ca55..8a2bafa09d02015f3836484c8b84041fa9d7f737 100644
 | 
| --- a/sdk/objc/Framework/Classes/VideoToolbox/RTCVideoEncoderH264.mm
 | 
| +++ b/sdk/objc/Framework/Classes/VideoToolbox/RTCVideoEncoderH264.mm
 | 
| @@ -49,6 +49,8 @@
 | 
|  
 | 
|  @end
 | 
|  
 | 
| +namespace {  // anonymous namespace
 | 
| +
 | 
|  // The ratio between kVTCompressionPropertyKey_DataRateLimits and
 | 
|  // kVTCompressionPropertyKey_AverageBitRate. The data rate limit is set higher
 | 
|  // than the average bit rate to avoid undershooting the target.
 | 
| @@ -268,6 +270,7 @@ CFStringRef ExtractProfile(const cricket::VideoCodec &codec) {
 | 
|        }
 | 
|    }
 | 
|  }
 | 
| +}  // namespace
 | 
|  
 | 
|  @implementation RTCVideoEncoderH264 {
 | 
|    RTCVideoCodecInfo *_codecInfo;
 | 
| 
 |