| Index: components/ntp_snippets/ntp_snippets_service.h
|
| diff --git a/components/ntp_snippets/ntp_snippets_service.h b/components/ntp_snippets/ntp_snippets_service.h
|
| index 0d4a1226f36ed6fe65f53fd3af1a4d9768402eb5..808e1910fd47532845e4b0112f1b843ca2613928 100644
|
| --- a/components/ntp_snippets/ntp_snippets_service.h
|
| +++ b/components/ntp_snippets/ntp_snippets_service.h
|
| @@ -160,7 +160,7 @@ class NTPSnippetsService : public KeyedService,
|
|
|
| private:
|
| friend class NTPSnippetsServiceTest;
|
| - FRIEND_TEST_ALL_PREFIXES(NTPSnippetsServiceTest, HistorySyncStateChanges);
|
| + FRIEND_TEST_ALL_PREFIXES(NTPSnippetsServiceTest, StatusChanges);
|
|
|
| // TODO(pke): As soon as the DisabledReason is replaced with the new status,
|
| // also remove the old State enum and replace it with
|
|
|