| Index: ios/chrome/browser/ntp_snippets/ios_chrome_content_suggestions_service_factory.cc
|
| diff --git a/ios/chrome/browser/ntp_snippets/ios_chrome_content_suggestions_service_factory.cc b/ios/chrome/browser/ntp_snippets/ios_chrome_content_suggestions_service_factory.cc
|
| index 2f251c3b48e1b5f21202eb7b9cde1a331bc08435..964d36c928b94289770f94ab815d38740dc420e3 100644
|
| --- a/ios/chrome/browser/ntp_snippets/ios_chrome_content_suggestions_service_factory.cc
|
| +++ b/ios/chrome/browser/ntp_snippets/ios_chrome_content_suggestions_service_factory.cc
|
| @@ -160,7 +160,8 @@ IOSChromeContentSuggestionsServiceFactory::BuildServiceInstanceFor(
|
| service->category_factory(), nullptr, base::Bind(&ParseJson),
|
| GetChannel() == version_info::Channel::STABLE
|
| ? google_apis::GetAPIKey()
|
| - : google_apis::GetNonStableAPIKey()),
|
| + : google_apis::GetNonStableAPIKey(),
|
| + service->user_classifier()),
|
| base::MakeUnique<ImageFetcherImpl>(
|
| request_context.get(), web::WebThread::GetBlockingPool()),
|
| CreateIOSImageDecoder(task_runner),
|
|
|