| Index: media/gpu/video_decode_accelerator_unittest.cc
|
| diff --git a/media/gpu/video_decode_accelerator_unittest.cc b/media/gpu/video_decode_accelerator_unittest.cc
|
| index 9611b14c1c6feae6f3f445f02cc936c552e94cf4..b9df8731376637b6a7cd2161d90fc9fc39c4d5f9 100644
|
| --- a/media/gpu/video_decode_accelerator_unittest.cc
|
| +++ b/media/gpu/video_decode_accelerator_unittest.cc
|
| @@ -1009,7 +1009,7 @@ static bool FragmentHasConfigInfo(const uint8_t* data,
|
| return (size > 0 && !(data[0] & 0x01));
|
| }
|
| // Shouldn't happen at this point.
|
| - LOG(FATAL) << "Invalid profile: " << profile;
|
| + LOG(FATAL) << "Invalid profile: " << GetProfileName(profile);
|
| return false;
|
| }
|
|
|
|
|