Index: components/ntp_snippets/remote/ntp_snippet.h |
diff --git a/components/ntp_snippets/remote/ntp_snippet.h b/components/ntp_snippets/remote/ntp_snippet.h |
index 4525f309d37e242533fc64bdfd1d543df3c4d358..55667423e4d46e2e2979a54a8eafd8716e311699 100644 |
--- a/components/ntp_snippets/remote/ntp_snippet.h |
+++ b/components/ntp_snippets/remote/ntp_snippet.h |
@@ -128,7 +128,10 @@ class NTPSnippet { |
std::string title_; |
GURL url_; |
std::string publisher_name_; |
+ |
+ // TODO(mvanouwerkerk): Remove this field and its uses, just use |url_|. |
GURL amp_url_; |
+ |
GURL salient_image_url_; |
std::string snippet_; |
base::Time publish_date_; |