Index: chrome/browser/sync/profile_sync_components_factory_impl.h |
diff --git a/chrome/browser/sync/profile_sync_components_factory_impl.h b/chrome/browser/sync/profile_sync_components_factory_impl.h |
index 86048058993b79734e8f2a39ae6daa92ffead518..cae8692f55331f91401edff8df5667c14f47b1c1 100644 |
--- a/chrome/browser/sync/profile_sync_components_factory_impl.h |
+++ b/chrome/browser/sync/profile_sync_components_factory_impl.h |
@@ -67,6 +67,7 @@ class ProfileSyncComponentsFactoryImpl : public ProfileSyncComponentsFactory { |
virtual base::WeakPtr<syncer::SyncableService> GetSyncableServiceForType( |
syncer::ModelType type) OVERRIDE; |
virtual scoped_ptr<syncer::AttachmentService> CreateAttachmentService( |
+ const scoped_refptr<syncer::AttachmentStore>& attachment_store, |
const syncer::UserShare& user_share, |
syncer::AttachmentService::Delegate* delegate) OVERRIDE; |