Index: components/ntp_snippets/offline_pages/offline_page_suggestions_provider.h |
diff --git a/components/ntp_snippets/offline_pages/offline_page_suggestions_provider.h b/components/ntp_snippets/offline_pages/offline_page_suggestions_provider.h |
index aedba0d1c69b36572e0c07c19066a5f1d12b5bea..4fc57d39f4c125f43583b305e44f44a035f6a3af 100644 |
--- a/components/ntp_snippets/offline_pages/offline_page_suggestions_provider.h |
+++ b/components/ntp_snippets/offline_pages/offline_page_suggestions_provider.h |
@@ -47,6 +47,8 @@ class OfflinePageSuggestionsProvider |
static void RegisterProfilePrefs(PrefRegistrySimple* registry); |
private: |
+ friend class OfflinePageSuggestionsProviderTest; |
+ |
// ContentSuggestionsProvider implementation. |
CategoryStatus GetCategoryStatus(Category category) override; |
CategoryInfo GetCategoryInfo(Category category) override; |