| 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 04980dfe76d49f667d5aab36c46f5aa22988a3f6..f02217c1c7b84499d34c619beeb3810775904afc 100644
|
| --- a/chrome/browser/sync/profile_sync_service.h
|
| +++ b/chrome/browser/sync/profile_sync_service.h
|
| @@ -916,7 +916,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.
|
|
|