| Index: components/sync/driver/glue/sync_backend_host_mock.cc
|
| diff --git a/components/sync/driver/glue/sync_backend_host_mock.cc b/components/sync/driver/glue/sync_backend_host_mock.cc
|
| index 5264dfdcf5595e922b9c99a7a640284a96f67c21..7f7f84ecb39a7422b7c128305ac08716b624c669 100644
|
| --- a/components/sync/driver/glue/sync_backend_host_mock.cc
|
| +++ b/components/sync/driver/glue/sync_backend_host_mock.cc
|
| @@ -93,9 +93,8 @@ SyncBackendHost::Status SyncBackendHostMock::GetDetailedStatus() {
|
| return SyncBackendHost::Status();
|
| }
|
|
|
| -syncer::sessions::SyncSessionSnapshot
|
| -SyncBackendHostMock::GetLastSessionSnapshot() const {
|
| - return syncer::sessions::SyncSessionSnapshot();
|
| +syncer::SyncCycleSnapshot SyncBackendHostMock::GetLastCycleSnapshot() const {
|
| + return syncer::SyncCycleSnapshot();
|
| }
|
|
|
| bool SyncBackendHostMock::HasUnsyncedItems() const {
|
|
|