Move FakeAttachmentStore from IO thread to FILE thread.

BUG=

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271821 0039d316-1c4b-4281-b951-d872f2087c98
parent 7ae139e0
......@@ -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(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment