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

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

Issue 1977173002: Rename media::interfaces to media::mojom. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months 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 | « media/mojo/services/mojo_renderer_service.cc ('k') | media/mojo/services/service_factory_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « media/mojo/services/mojo_renderer_service.cc ('k') | media/mojo/services/service_factory_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698