| Index: sync/api/attachments/fake_attachment_service.cc
|
| diff --git a/sync/api/attachments/fake_attachment_service.cc b/sync/api/attachments/fake_attachment_service.cc
|
| index 8e9e867f9ada7acde10079892cfde7cf2ff3a298..f6fed46f358a870b908031565e4ceb90a191a4e0 100644
|
| --- a/sync/api/attachments/fake_attachment_service.cc
|
| +++ b/sync/api/attachments/fake_attachment_service.cc
|
| @@ -53,7 +53,8 @@ void FakeAttachmentService::DropAttachments(
|
| callback));
|
| }
|
|
|
| -void FakeAttachmentService::OnSyncDataAdd(const SyncData& sync_data) {
|
| +void FakeAttachmentService::StoreAttachments(const AttachmentList& attachment,
|
| + const StoreCallback& callback) {
|
| DCHECK(CalledOnValidThread());
|
| // TODO(maniscalco): Ensure the linked attachments get persisted in local
|
| // storage and schedule them for upload to the server (bug 356351).
|
|
|