Chromium Code Reviews| Index: content/renderer/media/video_capture_impl_unittest.cc |
| =================================================================== |
| --- content/renderer/media/video_capture_impl_unittest.cc (revision 139637) |
| +++ content/renderer/media/video_capture_impl_unittest.cc (working copy) |
| @@ -21,7 +21,7 @@ |
| public: |
| MockVideoCaptureMessageFilter() : VideoCaptureMessageFilter() {} |
| - // Filter implementation. |
| + // Filter implementation. |
| MOCK_METHOD1(Send, bool(IPC::Message* message)); |
| protected: |