diff options
Diffstat (limited to 'chrome/browser/supervised_user/child_accounts/child_account_service.h')
-rw-r--r-- | chrome/browser/supervised_user/child_accounts/child_account_service.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 ddd8303..bb0d5aa 100644 --- a/chrome/browser/supervised_user/child_accounts/child_account_service.h +++ b/chrome/browser/supervised_user/child_accounts/child_account_service.h @@ -96,7 +96,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. |