| Index: webrtc/modules/video_coding/codecs/h264/h264_video_toolbox_decoder.h
 | 
| diff --git a/webrtc/modules/video_coding/codecs/h264/h264_video_toolbox_decoder.h b/webrtc/modules/video_coding/codecs/h264/h264_video_toolbox_decoder.h
 | 
| index f54ddb9efd731eb90c411f0ad38d03dbcb7ec836..6d64307a82668400e82269ca19024a9a030d3346 100644
 | 
| --- a/webrtc/modules/video_coding/codecs/h264/h264_video_toolbox_decoder.h
 | 
| +++ b/webrtc/modules/video_coding/codecs/h264/h264_video_toolbox_decoder.h
 | 
| @@ -45,6 +45,8 @@ class H264VideoToolboxDecoder : public H264Decoder {
 | 
|  
 | 
|    int Reset() override;
 | 
|  
 | 
| +  const char* ImplementationName() const override;
 | 
| +
 | 
|   private:
 | 
|    int ResetDecompressionSession();
 | 
|    void ConfigureDecompressionSession();
 | 
| 
 |