Index: components/signin/core/browser/account_reconcilor.h |
diff --git a/components/signin/core/browser/account_reconcilor.h b/components/signin/core/browser/account_reconcilor.h |
index 12c879deddb8d47a5a070f3ef034202f11436102..8b87f2093829ae859ec531749a85f99af6551038 100644 |
--- a/components/signin/core/browser/account_reconcilor.h |
+++ b/components/signin/core/browser/account_reconcilor.h |
@@ -110,6 +110,8 @@ class AccountReconcilor : public KeyedService, |
return invalid_chrome_accounts_; |
} |
+ // Virtual so that it can be overridden in tests. |
+ virtual void StartFetchingExternalCcResult(); |
friend class AccountReconcilorTest; |
FRIEND_TEST_ALL_PREFIXES(AccountReconcilorTest, SigninManagerRegistration); |