| 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 5129669bc0a28eefaecd876d03acaad151658d41..ac7a74e7c7a256d9723c9fe2fb76e97b85582a49 100644
|
| --- a/chrome/browser/sync/profile_sync_components_factory_impl.h
|
| +++ b/chrome/browser/sync/profile_sync_components_factory_impl.h
|
| @@ -48,8 +48,8 @@ class ProfileSyncComponentsFactoryImpl : public ProfileSyncComponentsFactory {
|
|
|
| virtual base::WeakPtr<syncer::SyncableService> GetSyncableServiceForType(
|
| syncer::ModelType type) OVERRIDE;
|
| - virtual scoped_ptr<syncer::AttachmentStore>
|
| - CreateCustomAttachmentStoreForType(syncer::ModelType type) OVERRIDE;
|
| + virtual scoped_ptr<syncer::AttachmentService> CreateAttachmentService(
|
| + syncer::AttachmentService::Delegate* delegate) OVERRIDE;
|
|
|
| // Legacy datatypes that need to be converted to the SyncableService API.
|
| virtual SyncComponents CreateBookmarkSyncComponents(
|
|
|