| Index: chrome/browser/sync/profile_sync_components_factory_impl.cc
|
| diff --git a/chrome/browser/sync/profile_sync_components_factory_impl.cc b/chrome/browser/sync/profile_sync_components_factory_impl.cc
|
| index b16a492db4f97d0d236deeee5927fa24c3817a57..848272a6e6822f4d196edcc0231e23b8e397c623 100644
|
| --- a/chrome/browser/sync/profile_sync_components_factory_impl.cc
|
| +++ b/chrome/browser/sync/profile_sync_components_factory_impl.cc
|
| @@ -577,7 +577,7 @@ ProfileSyncComponentsFactoryImpl::CreateAttachmentService(
|
|
|
| scoped_ptr<syncer::AttachmentStore> attachment_store(
|
| new syncer::FakeAttachmentStore(
|
| - BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO)));
|
| + BrowserThread::GetMessageLoopProxyForThread(BrowserThread::FILE)));
|
|
|
| scoped_ptr<syncer::AttachmentService> attachment_service(
|
| new syncer::AttachmentServiceImpl(
|
|
|