| Index: media/video/video_decode_accelerator.h
|
| diff --git a/media/video/video_decode_accelerator.h b/media/video/video_decode_accelerator.h
|
| index 6fe0573fd0bbc24eb23506616c87ef40bdb19fa8..e61f6e2777f2976bf0dd27cc67d74596c0923432 100644
|
| --- a/media/video/video_decode_accelerator.h
|
| +++ b/media/video/video_decode_accelerator.h
|
| @@ -130,9 +130,7 @@ class MEDIA_EXPORT VideoDecodeAccelerator {
|
| Config();
|
| Config(const Config& config);
|
|
|
| - // Intentional converting constructor.
|
| - // TODO(watk): Make this explicit.
|
| - Config(VideoCodecProfile profile);
|
| + explicit Config(VideoCodecProfile profile);
|
|
|
| ~Config();
|
|
|
|
|