| Index: components/sync_driver/ui_data_type_controller_unittest.cc
|
| diff --git a/components/sync_driver/ui_data_type_controller_unittest.cc b/components/sync_driver/ui_data_type_controller_unittest.cc
|
| index 20bd3046e10622972c36689ac0f692037bf763df..e34dce2bdc603474be2cd51b9f50f0d48bfd96f1 100644
|
| --- a/components/sync_driver/ui_data_type_controller_unittest.cc
|
| +++ b/components/sync_driver/ui_data_type_controller_unittest.cc
|
| @@ -56,6 +56,7 @@ class SyncUIDataTypeControllerTest : public testing::Test,
|
| }
|
|
|
| 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();
|
|
|