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 b3c113a1a2dc18dd9f125e92ccd5d61877da5a91..5024d44ff8d71d9a6f6c9846ab0da8a3c124c9d9 100644 |
--- a/components/ntp_snippets/ntp_snippets_service.h |
+++ b/components/ntp_snippets/ntp_snippets_service.h |
@@ -153,6 +153,7 @@ class NTPSnippetsService : public KeyedService, |
static int GetMaxSnippetCountForTesting(); |
private: |
+ friend class NTPSnippetsServiceTest; |
FRIEND_TEST_ALL_PREFIXES(NTPSnippetsServiceTest, HistorySyncStateChanges); |
// TODO(pke): As soon as the DisabledReason is replaced with the new status, |