diff options
Diffstat (limited to 'content/browser/android/media_player_manager_impl.h')
-rw-r--r-- | content/browser/android/media_player_manager_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/android/media_player_manager_impl.h b/content/browser/android/media_player_manager_impl.h index 98fcc42..571dc27 100644 --- a/content/browser/android/media_player_manager_impl.h +++ b/content/browser/android/media_player_manager_impl.h @@ -148,7 +148,7 @@ class CONTENT_EXPORT MediaPlayerManagerImpl // Removes the player with the specified id. void RemovePlayer(int player_id); - // Add a new DrmBridge for the given |uuid| and |media_keys_id|. + // Add a new MediaDrmBridge for the given |uuid| and |media_keys_id|. void AddDrmBridge(int media_keys_id, const std::vector<uint8>& uuid); // Removes the DRM bridge with the specified id. |