| Index: components/signin/core/browser/child_account_info_fetcher_impl.h
|
| diff --git a/components/signin/core/browser/child_account_info_fetcher_impl.h b/components/signin/core/browser/child_account_info_fetcher_impl.h
|
| index e5a85bea293dd84b13005fd31580e41ec4a9a7c0..557c485a05c7460218089e952717ba53c3bb6db7 100644
|
| --- a/components/signin/core/browser/child_account_info_fetcher_impl.h
|
| +++ b/components/signin/core/browser/child_account_info_fetcher_impl.h
|
| @@ -31,6 +31,7 @@ class ChildAccountInfoFetcherImpl : public ChildAccountInfoFetcher,
|
| private:
|
| void FetchIfNotInProgress();
|
| void HandleFailure();
|
| + void UnregisterInvalidationHandler();
|
|
|
| // OAuth2TokenService::Consumer:
|
| void OnGetTokenSuccess(const OAuth2TokenService::Request* request,
|
|
|