| Index: components/invalidation/impl/ticl_invalidation_service.h
|
| diff --git a/components/invalidation/impl/ticl_invalidation_service.h b/components/invalidation/impl/ticl_invalidation_service.h
|
| index 3ab3f33a2b73afdae839957ee5fdb8411fef0a86..ea408aabe89a0d6e942cba2259bb66d076c84adf 100644
|
| --- a/components/invalidation/impl/ticl_invalidation_service.h
|
| +++ b/components/invalidation/impl/ticl_invalidation_service.h
|
| @@ -144,7 +144,7 @@ class TiclInvalidationService : public base::NonThreadSafe,
|
| // TiclInvalidationService needs to hold reference to access_token_request_
|
| // for the duration of request in order to receive callbacks.
|
| scoped_ptr<OAuth2TokenService::Request> access_token_request_;
|
| - base::OneShotTimer<TiclInvalidationService> request_access_token_retry_timer_;
|
| + base::OneShotTimer request_access_token_retry_timer_;
|
| net::BackoffEntry request_access_token_backoff_;
|
|
|
| InvalidationNetworkChannel network_channel_type_;
|
|
|