| Index: components/sync_driver/shared_change_processor_unittest.cc
|
| diff --git a/components/sync_driver/shared_change_processor_unittest.cc b/components/sync_driver/shared_change_processor_unittest.cc
|
| index ba29ba964cb7af45b41c2ddbf0d332bbfd3c2ca6..76c226af78463e9710fc8d48710effcbe582535e 100644
|
| --- a/components/sync_driver/shared_change_processor_unittest.cc
|
| +++ b/components/sync_driver/shared_change_processor_unittest.cc
|
| @@ -44,6 +44,7 @@ class SyncSharedChangeProcessorTest :
|
| }
|
|
|
| virtual scoped_ptr<syncer::AttachmentService> CreateAttachmentService(
|
| + const scoped_refptr<syncer::AttachmentStore>& attachment_store,
|
| const syncer::UserShare& user_share,
|
| syncer::AttachmentService::Delegate* delegate) OVERRIDE {
|
| return syncer::AttachmentServiceImpl::CreateForTest();
|
|
|