| Index: components/data_use_measurement/core/data_use_user_data.h
|
| diff --git a/components/data_use_measurement/core/data_use_user_data.h b/components/data_use_measurement/core/data_use_user_data.h
|
| index f5ba2cd2ea6eb5399043c05ae333976b34fa1387..00d749c2a217db14dcb9210fc100afd8cc2ae75b 100644
|
| --- a/components/data_use_measurement/core/data_use_user_data.h
|
| +++ b/components/data_use_measurement/core/data_use_user_data.h
|
| @@ -39,6 +39,7 @@ class DataUseUserData : public base::SupportsUserData::Data {
|
| AUTOFILL,
|
| POLICY,
|
| SPELL_CHECKER,
|
| + NTP_SNIPPETS,
|
| };
|
|
|
| explicit DataUseUserData(ServiceName service_name);
|
| @@ -53,7 +54,7 @@ class DataUseUserData : public base::SupportsUserData::Data {
|
| static std::string GetServiceNameAsString(ServiceName service);
|
|
|
| // Services should use this function to attach their |service_name| to the
|
| - // URLFethcer serving them.
|
| + // URLFetcher serving them.
|
| static void AttachToFetcher(net::URLFetcher* fetcher,
|
| ServiceName service_name);
|
|
|
|
|