Index: sync/internal_api/public/attachments/attachment_downloader.h |
diff --git a/sync/internal_api/public/attachments/attachment_downloader.h b/sync/internal_api/public/attachments/attachment_downloader.h |
index e68c9a344ddc61bdd8aa085981d3898535bce5e2..93498ed68b4b300ebccd9b44078329f231126a87 100644 |
--- a/sync/internal_api/public/attachments/attachment_downloader.h |
+++ b/sync/internal_api/public/attachments/attachment_downloader.h |
@@ -56,7 +56,7 @@ class SYNC_EXPORT 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); |
}; |