| Index: components/ntp_snippets/pref_names.cc
|
| diff --git a/components/ntp_snippets/pref_names.cc b/components/ntp_snippets/pref_names.cc
|
| index cd03e32710750f75613d94180d5981b1edb1fffb..271c8900c1d2943a5540aa322ce44b5834ce303f 100644
|
| --- a/components/ntp_snippets/pref_names.cc
|
| +++ b/components/ntp_snippets/pref_names.cc
|
| @@ -11,8 +11,7 @@ const char kEnableSnippets[] = "ntp_snippets.enable";
|
|
|
| const char kRemoteSuggestionCategories[] = "ntp_snippets.remote_categories";
|
|
|
| -const char kSnippetLastFetchAttempt[] =
|
| - "ntp_snippets.last_fetch_attempt";
|
| +const char kSnippetLastFetchAttempt[] = "ntp_snippets.last_fetch_attempt";
|
|
|
| const char kSnippetSoftFetchingIntervalOnUsageEvent[] =
|
| "ntp_snippets.soft_fetching_interval_on_usage_event";
|
|
|