| Index: content/common/gpu/media/video_decode_accelerator_unittest.cc
|
| diff --git a/content/common/gpu/media/video_decode_accelerator_unittest.cc b/content/common/gpu/media/video_decode_accelerator_unittest.cc
|
| index 1297c0348d46c9c3358c445385da6c8f27963d60..0a951d81d402861b55416bb9442b8acf26e6cfae 100644
|
| --- a/content/common/gpu/media/video_decode_accelerator_unittest.cc
|
| +++ b/content/common/gpu/media/video_decode_accelerator_unittest.cc
|
| @@ -162,6 +162,9 @@ void ReadGoldenThumbnailMD5s(const TestVideoFile* video_file,
|
| // Ignore the empty string added by SplitString
|
| if (!md5_string->length())
|
| continue;
|
| + // Ignore comments
|
| + if (md5_string->at(0) == '#')
|
| + continue;
|
|
|
| CHECK_EQ(static_cast<int>(md5_string->length()),
|
| kMD5StringLength) << *md5_string;
|
|
|