GCC: avoid naming a type with same name of an existing template in decoder selector test.
In decoder selector test, we alias DecoderSelector to the instantiated template (i.e. DecoderSelector<media::DemuxerStream::AUDIO>). GCC does not allow that as the alias name clashes with template name. To solve it we rename the alias to be MockDecoderSelector. Bug: 819294 Change-Id: I8ca0664df9b874fd5bd0c1db3397cbd17d14e084 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2310492Reviewed-by:Mounir Lamouri <mlamouri@chromium.org> Commit-Queue: José Dapena Paz <jdapena@igalia.com> Cr-Commit-Position: refs/heads/master@{#790738}
Showing
Please register or sign in to comment