diff options
Diffstat (limited to 'components/sync_driver/generic_change_processor_unittest.cc')
-rw-r--r-- | components/sync_driver/generic_change_processor_unittest.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/sync_driver/generic_change_processor_unittest.cc b/components/sync_driver/generic_change_processor_unittest.cc index 922031b..cb0a4fc 100644 --- a/components/sync_driver/generic_change_processor_unittest.cc +++ b/components/sync_driver/generic_change_processor_unittest.cc @@ -93,6 +93,7 @@ class MockSyncApiComponentFactory : public SyncApiComponentFactory { const scoped_refptr<syncer::AttachmentStore>& attachment_store, const syncer::UserShare& user_share, const std::string& store_birthday, + syncer::ModelType model_type, syncer::AttachmentService::Delegate* delegate) override { EXPECT_TRUE(attachment_service_ != NULL); return attachment_service_.Pass(); |