| Index: components/ntp_snippets/content_suggestions_service.cc
|
| diff --git a/components/ntp_snippets/content_suggestions_service.cc b/components/ntp_snippets/content_suggestions_service.cc
|
| index 861a08ea38ab5f066f325bdf11152fff2d8dc452..9a5f3fbbb36806f9f3701b724628905eeb88c0d2 100644
|
| --- a/components/ntp_snippets/content_suggestions_service.cc
|
| +++ b/components/ntp_snippets/content_suggestions_service.cc
|
| @@ -174,8 +174,7 @@ void ContentSuggestionsService::FetchSuggestionFavicon(
|
| return;
|
| }
|
|
|
| - const GURL& domain_with_favicon =
|
| - position->url_with_favicon().GetWithEmptyPath();
|
| + const GURL& domain_with_favicon = position->url_with_favicon();
|
|
|
| // TODO(jkrcal): Create a general wrapper function in LargeIconService that
|
| // does handle the get-from-cache-and-fallback-to-google-server functionality
|
|
|