Index: media/mojo/services/mojo_video_decoder.h |
diff --git a/media/mojo/services/mojo_video_decoder.h b/media/mojo/services/mojo_video_decoder.h |
index cee3a0d86ffce501b269aa2df1399b3f2b6026da..9f83cb7074c8142105c9c1cb33a798b64cc38611 100644 |
--- a/media/mojo/services/mojo_video_decoder.h |
+++ b/media/mojo/services/mojo_video_decoder.h |
@@ -15,7 +15,7 @@ class SingleThreadTaskRunner; |
namespace media { |
-// A VideoDecoder that proxies to an interfaces::VideoDecoder. |
+// A VideoDecoder that proxies to an mojom::VideoDecoder. |
sandersd (OOO until July 31)
2016/05/16 18:16:50
Nit: This should be 'a mojom', I suspect this issu
jrummell
2016/05/16 21:34:41
Done. Actually only 3 places, others were 'a' alre
|
class MojoVideoDecoder : public VideoDecoder { |
public: |
MojoVideoDecoder(); |