Use AttachmentUploadImpl instead of FakeAttachmentUploader.
ProfileSyncComponentsFactoryImpl now creates an AttachmentService with
an AttachmentUploadImpl instead of a fake.
Moved the logic for computing the sync server URL into
ProfileSyncService.
Currently, a new AUI is created for each AttachmentService. In the
future, we will create one AUI that is shared among AttachmentService
instances.
ProfileSyncComponentsFactoryImplTest now uses TestBrowserThreadBundle
instead of the deprecated TestBrowserThread. PSCFIT now needs an IO
thread (for AUI's URLFetcher).
BUG=
TBR=finnur@chromium.org
Committed:
https://src.chromium.org/viewvc/chrome?view=rev&revision=278006