| Index: components/ntp_snippets/remote/json_request.cc
|
| diff --git a/components/ntp_snippets/remote/json_request.cc b/components/ntp_snippets/remote/json_request.cc
|
| index 44b59035fc77e61e821bab7aca7fe0f8d5684c0f..ad14bbd56b36e1d5b372d2f7d985d6b103835796 100644
|
| --- a/components/ntp_snippets/remote/json_request.cc
|
| +++ b/components/ntp_snippets/remote/json_request.cc
|
| @@ -439,7 +439,8 @@ std::unique_ptr<net::URLFetcher> JsonRequest::Builder::BuildURLFetcher(
|
| url_fetcher->SetLoadFlags(net::LOAD_DO_NOT_SEND_COOKIES |
|
| net::LOAD_DO_NOT_SAVE_COOKIES);
|
| data_use_measurement::DataUseUserData::AttachToFetcher(
|
| - url_fetcher.get(), data_use_measurement::DataUseUserData::NTP_SNIPPETS);
|
| + url_fetcher.get(),
|
| + data_use_measurement::DataUseUserData::NTP_SNIPPETS_SUGGESTIONS);
|
|
|
| url_fetcher->SetExtraRequestHeaders(headers);
|
| url_fetcher->SetUploadData("application/json", body);
|
|
|