| Index: content/public/common/media_metadata.h
|
| diff --git a/content/public/common/media_metadata.h b/content/public/common/media_metadata.h
|
| index 6cd662ae5ce19eab2ae9f35b6c190f1c1540a160..baec2c7ce8252e49bfa1b27d025e3f6237fe8aee 100644
|
| --- a/content/public/common/media_metadata.h
|
| +++ b/content/public/common/media_metadata.h
|
| @@ -18,7 +18,7 @@ namespace content {
|
| struct CONTENT_EXPORT MediaMetadata {
|
| // TODO(zqzhang): move |Manifest::Icon| to a common place. See
|
| // https://crbug.com/621859.
|
| - using Artwork = Manifest::Icon;
|
| + using MediaImage = Manifest::Icon;
|
|
|
| MediaMetadata();
|
| ~MediaMetadata();
|
| @@ -38,7 +38,7 @@ struct CONTENT_EXPORT MediaMetadata {
|
| base::string16 album;
|
|
|
| // Artwork associated to the MediaSession.
|
| - std::vector<Artwork> artwork;
|
| + std::vector<MediaImage> artwork;
|
| };
|
|
|
| } // namespace content
|
|
|