| Index: components/ntp_snippets/ntp_snippets_service.cc
|
| diff --git a/components/ntp_snippets/ntp_snippets_service.cc b/components/ntp_snippets/ntp_snippets_service.cc
|
| index 48b3f0b11128729b6bde2273f06ad6b2b9e3d658..4168770210f621fd1089fdca8ee0d2ef2f7e48ca 100644
|
| --- a/components/ntp_snippets/ntp_snippets_service.cc
|
| +++ b/components/ntp_snippets/ntp_snippets_service.cc
|
| @@ -629,7 +629,7 @@ void NTPSnippetsService::OnSnippetImageFetchedFromDatabase(
|
| const std::string& snippet_id,
|
| const ImageFetchedCallback& callback,
|
| std::string data) {
|
| - // |image_decoder_| is null on iOS and in tests.
|
| + // |image_decoder_| is null in tests.
|
| if (image_decoder_ && !data.empty()) {
|
| image_decoder_->DecodeImage(
|
| std::move(data),
|
|
|