Index: components/signin/core/browser/child_account_info_fetcher.cc |
diff --git a/components/signin/core/browser/child_account_info_fetcher.cc b/components/signin/core/browser/child_account_info_fetcher.cc |
index 15bc0538f6e46d2b72c124e7c45c413c2f1631ce..804444b35d667ebed9ecff422ebba94d5255edee 100644 |
--- a/components/signin/core/browser/child_account_info_fetcher.cc |
+++ b/components/signin/core/browser/child_account_info_fetcher.cc |
@@ -31,3 +31,9 @@ std::unique_ptr<ChildAccountInfoFetcher> ChildAccountInfoFetcher::CreateFrom( |
ChildAccountInfoFetcher::~ChildAccountInfoFetcher() { |
} |
+ |
+void ChildAccountInfoFetcher::InitializeForTests() { |
+#if defined(OS_ANDROID) |
+ ChildAccountInfoFetcherAndroid::InitializeForTests(); |
+#endif |
+} |