| Index: sync/api/fake_syncable_service.h
|
| diff --git a/sync/api/fake_syncable_service.h b/sync/api/fake_syncable_service.h
|
| index 9b75647abafe443f78a024b271c84cb4d4801da0..4fd0c5573fd3238999aec7d84b306d4571eaa6a1 100644
|
| --- a/sync/api/fake_syncable_service.h
|
| +++ b/sync/api/fake_syncable_service.h
|
| @@ -43,7 +43,7 @@ class FakeSyncableService : public SyncableService {
|
| SyncDataList GetAllSyncData(ModelType type) const override;
|
| SyncError ProcessSyncChanges(const tracked_objects::Location& from_here,
|
| const SyncChangeList& change_list) override;
|
| - scoped_ptr<AttachmentStore> GetAttachmentStoreForSync() override;
|
| + scoped_ptr<AttachmentStoreForSync> GetAttachmentStoreForSync() override;
|
| void SetAttachmentService(
|
| scoped_ptr<AttachmentService> attachment_service) override;
|
|
|
|
|