| Index: chrome/browser/sync/profile_sync_service.h
|
| diff --git a/chrome/browser/sync/profile_sync_service.h b/chrome/browser/sync/profile_sync_service.h
|
| index e46164c3b38b4176e9df861a4f23fbcd4c1d9c7d..b8447b1141cb27c4b4218ff83c1ddcf25f696445 100644
|
| --- a/chrome/browser/sync/profile_sync_service.h
|
| +++ b/chrome/browser/sync/profile_sync_service.h
|
| @@ -925,7 +925,7 @@ class ProfileSyncService : public sync_driver::SyncService,
|
|
|
| // If RequestAccessToken fails with transient error then retry requesting
|
| // access token with exponential backoff.
|
| - base::OneShotTimer<ProfileSyncService> request_access_token_retry_timer_;
|
| + base::OneShotTimer request_access_token_retry_timer_;
|
| net::BackoffEntry request_access_token_backoff_;
|
|
|
| // States related to sync token and connection.
|
|
|