| Index: media/mojo/services/mojo_cdm_service.h
|
| diff --git a/media/mojo/services/mojo_cdm_service.h b/media/mojo/services/mojo_cdm_service.h
|
| index a9838816ba99cfcaf5959c740af56206020a691c..07ffaf89302fe23fcedf1501fb950e8efa79cb7c 100644
|
| --- a/media/mojo/services/mojo_cdm_service.h
|
| +++ b/media/mojo/services/mojo_cdm_service.h
|
| @@ -34,10 +34,10 @@ class MEDIA_MOJO_EXPORT MojoCdmService
|
| // Can be called on any thread. The returned CDM is not guaranteed to be
|
| // thread safe.
|
| // Note: This provides a generic hack to get the CDM in the process where
|
| - // MojoMediaApplication is running, regardless of which render process or
|
| + // MediaService is running, regardless of which render process or
|
| // render frame the caller is associated with. In the future, we should move
|
| - // all out-of-process media players into the MojoMediaApplicaiton so that we
|
| - // can use MojoCdmServiceContext (per render frame) to get the CDM.
|
| + // all out-of-process media players into the MediaService so that we can use
|
| + // MojoCdmServiceContext (per render frame) to get the CDM.
|
| static scoped_refptr<MediaKeys> LegacyGetCdm(int cdm_id);
|
|
|
| // Constructs a MojoCdmService and strongly binds it to the |request|.
|
|
|