| Index: media/capture/video/mac/video_capture_device_mac.mm
 | 
| diff --git a/media/capture/video/mac/video_capture_device_mac.mm b/media/capture/video/mac/video_capture_device_mac.mm
 | 
| index d96670b178c244b953bd79c02fe1e5bd3d4a0e9a..fa8eddd5b373cee74ed7f80514685537c643a925 100644
 | 
| --- a/media/capture/video/mac/video_capture_device_mac.mm
 | 
| +++ b/media/capture/video/mac/video_capture_device_mac.mm
 | 
| @@ -465,7 +465,7 @@ bool VideoCaptureDeviceMac::Init(
 | 
|    return true;
 | 
|  }
 | 
|  
 | 
| -void VideoCaptureDeviceMac::ReceiveFrame(const uint8* video_frame,
 | 
| +void VideoCaptureDeviceMac::ReceiveFrame(const uint8_t* video_frame,
 | 
|                                           int video_frame_length,
 | 
|                                           const VideoCaptureFormat& frame_format,
 | 
|                                           int aspect_numerator,
 | 
| 
 |