| Index: chrome/browser/supervised_user/child_accounts/child_account_service.h
|
| diff --git a/chrome/browser/supervised_user/child_accounts/child_account_service.h b/chrome/browser/supervised_user/child_accounts/child_account_service.h
|
| index ecc91e743bb0eaa24aee5b35aa990b67115f41fd..046899fef710f774b232d9b6737dedfed9bdc753 100644
|
| --- a/chrome/browser/supervised_user/child_accounts/child_account_service.h
|
| +++ b/chrome/browser/supervised_user/child_accounts/child_account_service.h
|
| @@ -94,7 +94,7 @@ class ChildAccountService : public KeyedService,
|
|
|
| scoped_ptr<FamilyInfoFetcher> family_fetcher_;
|
| // If fetching the family info fails, retry with exponential backoff.
|
| - base::OneShotTimer<ChildAccountService> family_fetch_timer_;
|
| + base::OneShotTimer family_fetch_timer_;
|
| net::BackoffEntry family_fetch_backoff_;
|
|
|
| // Callbacks to run when the user status becomes known.
|
|
|