| Index: components/sync/driver/glue/sync_backend_host_impl.cc
|
| diff --git a/components/sync/driver/glue/sync_backend_host_impl.cc b/components/sync/driver/glue/sync_backend_host_impl.cc
|
| index 011695920021c69a71198c7a5eea9759069f17f3..122d4803dbe7924eb11aac70fbcf42314a0078e6 100644
|
| --- a/components/sync/driver/glue/sync_backend_host_impl.cc
|
| +++ b/components/sync/driver/glue/sync_backend_host_impl.cc
|
| @@ -446,8 +446,7 @@ SyncBackendHostImpl::Status SyncBackendHostImpl::GetDetailedStatus() {
|
| return core_->sync_manager()->GetDetailedStatus();
|
| }
|
|
|
| -syncer::sessions::SyncSessionSnapshot
|
| -SyncBackendHostImpl::GetLastSessionSnapshot() const {
|
| +syncer::SyncCycleSnapshot SyncBackendHostImpl::GetLastCycleSnapshot() const {
|
| return last_snapshot_;
|
| }
|
|
|
| @@ -627,7 +626,7 @@ void SyncBackendHostImpl::HandleInitializationFailureOnFrontendLoop() {
|
| }
|
|
|
| void SyncBackendHostImpl::HandleSyncCycleCompletedOnFrontendLoop(
|
| - const syncer::sessions::SyncSessionSnapshot& snapshot) {
|
| + const syncer::SyncCycleSnapshot& snapshot) {
|
| if (!frontend_)
|
| return;
|
| DCHECK(frontend_task_runner_->BelongsToCurrentThread());
|
|
|