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 25cfeb2eb74a579e37e9fd50e63a919c0ef2ae93..e5a85bea293dd84b13005fd31580e41ec4a9a7c0 100644 |
--- a/components/signin/core/browser/child_account_info_fetcher_impl.h |
+++ b/components/signin/core/browser/child_account_info_fetcher_impl.h |
@@ -58,7 +58,7 @@ class ChildAccountInfoFetcherImpl : public ChildAccountInfoFetcher, |
const std::string account_id_; |
// If fetching fails, retry with exponential backoff. |
- base::OneShotTimer<ChildAccountInfoFetcherImpl> timer_; |
+ base::OneShotTimer timer_; |
net::BackoffEntry backoff_; |
scoped_ptr<OAuth2TokenService::Request> login_token_request_; |