| Index: media/mojo/services/interface_factory_impl.h
|
| diff --git a/media/mojo/services/interface_factory_impl.h b/media/mojo/services/interface_factory_impl.h
|
| index 51d8508b75e811ada8b47b67998a7a0e0ced4405..d4fe5ebe20f2528a985081df508e9818f7aa135f 100644
|
| --- a/media/mojo/services/interface_factory_impl.h
|
| +++ b/media/mojo/services/interface_factory_impl.h
|
| @@ -58,9 +58,9 @@ class InterfaceFactoryImpl : public mojom::InterfaceFactory {
|
| StrongBindingSet<mojom::AudioDecoder> audio_decoder_bindings_;
|
| #endif // defined(ENABLE_MOJO_AUDIO_DECODER)
|
|
|
| -#if defined(ENABLE_MOJO_AUDIO_DECODER)
|
| +#if defined(ENABLE_MOJO_VIDEO_DECODER)
|
| StrongBindingSet<mojom::VideoDecoder> video_decoder_bindings_;
|
| -#endif // defined(ENABLE_MOJO_AUDIO_DECODER)
|
| +#endif // defined(ENABLE_MOJO_VIDEO_DECODER)
|
|
|
| #if defined(ENABLE_MOJO_RENDERER)
|
| std::unique_ptr<RendererFactory> renderer_factory_;
|
|
|