| Index: sync/api/attachments/attachment_downloader.h
|
| diff --git a/sync/api/attachments/attachment_downloader.h b/sync/api/attachments/attachment_downloader.h
|
| index b2b2037fc7c53af699a83072bd402711fdaedf0f..718284cc930cd4f2e711fddacea83e9704e63326 100644
|
| --- a/sync/api/attachments/attachment_downloader.h
|
| +++ b/sync/api/attachments/attachment_downloader.h
|
| @@ -41,7 +41,8 @@
|
| const DownloadCallback& callback) = 0;
|
|
|
| // Create instance of AttachmentDownloaderImpl.
|
| - // |sync_service_url| is the URL of the sync service.
|
| + // |url_prefix| is the URL prefix (including trailing slash) to be used when
|
| + // downloading attachments.
|
| //
|
| // |url_request_context_getter| provides a URLRequestContext.
|
| //
|
| @@ -51,7 +52,7 @@
|
| //
|
| // |token_service_provider| provides an OAuth2 token service.
|
| static scoped_ptr<AttachmentDownloader> Create(
|
| - const GURL& sync_service_url,
|
| + const std::string& url_prefix,
|
| const scoped_refptr<net::URLRequestContextGetter>&
|
| url_request_context_getter,
|
| const std::string& account_id,
|
|
|