| Index: media/video/capture/linux/video_capture_device_linux.h
|
| diff --git a/media/video/capture/linux/video_capture_device_linux.h b/media/video/capture/linux/video_capture_device_linux.h
|
| index 19c4bc97708921649d9e3495de502cef79477aa4..5fc3a444402ec2e2c282b96ce4d5e72ad893c4b8 100644
|
| --- a/media/video/capture/linux/video_capture_device_linux.h
|
| +++ b/media/video/capture/linux/video_capture_device_linux.h
|
| @@ -3,7 +3,7 @@
|
| // found in the LICENSE file.
|
|
|
| // Linux specific implementation of VideoCaptureDevice.
|
| -// V4L2 is used for capturing. V4L2 does not provide it's own thread for
|
| +// V4L2 is used for capturing. V4L2 does not provide its own thread for
|
| // capturing so this implementation uses a Chromium thread for fetching frames
|
| // from V4L2.
|
|
|
|
|