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 ddd830339f48bf40c24097744681659ee4f8f238..bb0d5aae40b3f90a504615e9a6ef801336b55958 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. |