| Index: content/renderer/pepper/pepper_media_stream_video_track_host.h | 
| diff --git a/content/renderer/pepper/pepper_media_stream_video_track_host.h b/content/renderer/pepper/pepper_media_stream_video_track_host.h | 
| index b0c7f6791398e3bba491527d8e3fd694b77588fd..cdb1bbcac563ebba4aaaae7342a1dda3ff8fe788 100644 | 
| --- a/content/renderer/pepper/pepper_media_stream_video_track_host.h | 
| +++ b/content/renderer/pepper/pepper_media_stream_video_track_host.h | 
| @@ -56,7 +56,7 @@ class PepperMediaStreamVideoTrackHost : public PepperMediaStreamTrackHostBase, | 
| int32_t SendFrameToTrack(int32_t index); | 
|  | 
| void OnVideoFrame(const scoped_refptr<media::VideoFrame>& frame, | 
| -                    const base::TimeTicks& estimated_capture_time); | 
| +                    base::TimeTicks estimated_capture_time); | 
|  | 
| // MediaStreamVideoSource overrides: | 
| void GetCurrentSupportedFormats( | 
|  |