| Index: components/sync/core_impl/attachments/attachment_downloader.cc
|
| diff --git a/sync/internal_api/attachments/attachment_downloader.cc b/components/sync/core_impl/attachments/attachment_downloader.cc
|
| similarity index 84%
|
| rename from sync/internal_api/attachments/attachment_downloader.cc
|
| rename to components/sync/core_impl/attachments/attachment_downloader.cc
|
| index b46bb133534078f540976b86ce409f7f50726ee7..d1e8a0d130cb648f959773a928f6ae4f8caef4ce 100644
|
| --- a/sync/internal_api/attachments/attachment_downloader.cc
|
| +++ b/components/sync/core_impl/attachments/attachment_downloader.cc
|
| @@ -2,16 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "sync/internal_api/public/attachments/attachment_downloader.h"
|
| +#include "components/sync/core/attachments/attachment_downloader.h"
|
|
|
| #include <string>
|
|
|
| -#include "sync/internal_api/public/attachments/attachment_downloader_impl.h"
|
| +#include "components/sync/core/attachments/attachment_downloader_impl.h"
|
|
|
| namespace syncer {
|
|
|
| -AttachmentDownloader::~AttachmentDownloader() {
|
| -}
|
| +AttachmentDownloader::~AttachmentDownloader() {}
|
|
|
| // Factory function for creating AttachmentDownloaderImpl.
|
| // It is introduced to avoid SYNC_EXPORT-ing AttachmentDownloaderImpl since it
|
|
|