Add AttachmentUploader interface and fake implementation.
commitd367b83c8d66fcb980815664d35b5170fdf498df
authormaniscalco@chromium.org <maniscalco@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Mon, 5 May 2014 19:23:09 +0000 (5 19:23 +0000)
committermaniscalco@chromium.org <maniscalco@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Mon, 5 May 2014 19:23:09 +0000 (5 19:23 +0000)
treedccfde98cc7bfc6b2ab3da7cf0336e71088b7632
parentbff9bf337b600cd5be93b83c00718453721bb145
Add AttachmentUploader interface and fake implementation.

BUG=

Review URL: https://codereview.chromium.org/263903004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268245 0039d316-1c4b-4281-b951-d872f2087c98
chrome/browser/sync/glue/shared_change_processor.cc
components/sync_driver/generic_change_processor_unittest.cc
sync/api/attachments/attachment_uploader.cc [new file with mode: 0644]
sync/api/attachments/attachment_uploader.h [new file with mode: 0644]
sync/api/attachments/fake_attachment_service.cc
sync/api/attachments/fake_attachment_service.h
sync/api/attachments/fake_attachment_uploader.cc [new file with mode: 0644]
sync/api/attachments/fake_attachment_uploader.h [new file with mode: 0644]
sync/api/attachments/fake_attachment_uploader_unittest.cc [new file with mode: 0644]
sync/sync_api.gypi
sync/sync_tests.gypi