Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1236)

Unified Diff: media/mojo/services/interface_factory_impl.h

Issue 2535303006: media: Fix a typo in interface_factory_impl.h (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698