| Index: sync/internal_api/public/attachments/attachment_downloader_impl.h
|
| diff --git a/sync/internal_api/public/attachments/attachment_downloader_impl.h b/sync/internal_api/public/attachments/attachment_downloader_impl.h
|
| index cf620d151081b3d6c8145c091312b586f8775070..8b62ec34dc1604255279e8175057d933bd58e775 100644
|
| --- a/sync/internal_api/public/attachments/attachment_downloader_impl.h
|
| +++ b/sync/internal_api/public/attachments/attachment_downloader_impl.h
|
| @@ -36,7 +36,7 @@ class AttachmentDownloaderImpl : public AttachmentDownloader,
|
| url_request_context_getter,
|
| const std::string& account_id,
|
| const OAuth2TokenService::ScopeSet& scopes,
|
| - scoped_ptr<OAuth2TokenServiceRequest::TokenServiceProvider>
|
| + const scoped_refptr<OAuth2TokenServiceRequest::TokenServiceProvider>&
|
| token_service_provider);
|
| virtual ~AttachmentDownloaderImpl();
|
|
|
| @@ -73,7 +73,7 @@ class AttachmentDownloaderImpl : public AttachmentDownloader,
|
|
|
| std::string account_id_;
|
| OAuth2TokenService::ScopeSet oauth2_scopes_;
|
| - scoped_ptr<OAuth2TokenServiceRequest::TokenServiceProvider>
|
| + scoped_refptr<OAuth2TokenServiceRequest::TokenServiceProvider>
|
| token_service_provider_;
|
| scoped_ptr<OAuth2TokenService::Request> access_token_request_;
|
|
|
|
|