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

Unified Diff: content/public/common/media_metadata.h

Issue 2394223002: Rename MediaArtwork -> MediaImage (Closed)
Patch Set: rebased Created 4 years, 2 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
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

Powered by Google App Engine
This is Rietveld 408576698