| Index: webrtc/modules/video_coding/codecs/h264/h264_video_toolbox_encoder.h
 | 
| diff --git a/webrtc/modules/video_coding/codecs/h264/h264_video_toolbox_encoder.h b/webrtc/modules/video_coding/codecs/h264/h264_video_toolbox_encoder.h
 | 
| index f4fb86fa0470e58791a133b577ca8934748338e7..269e0411b2f8e3ed22683721297ec1efb6dadd1d 100644
 | 
| --- a/webrtc/modules/video_coding/codecs/h264/h264_video_toolbox_encoder.h
 | 
| +++ b/webrtc/modules/video_coding/codecs/h264/h264_video_toolbox_encoder.h
 | 
| @@ -48,6 +48,8 @@ class H264VideoToolboxEncoder : public H264Encoder {
 | 
|  
 | 
|    int Release() override;
 | 
|  
 | 
| +  const char* ImplementationName() const override;
 | 
| +
 | 
|   private:
 | 
|    int ResetCompressionSession();
 | 
|    void ConfigureCompressionSession();
 | 
| 
 |