| Index: chrome/browser/sync/glue/sync_backend_host.h
|
| diff --git a/chrome/browser/sync/glue/sync_backend_host.h b/chrome/browser/sync/glue/sync_backend_host.h
|
| index 7a92a454a36dcba3f8a857a94e83a1a8a17e73bb..cdf3d5834af4d0a64d44c892c0f08165fac15aea 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host.h
|
| +++ b/chrome/browser/sync/glue/sync_backend_host.h
|
| @@ -262,8 +262,7 @@ class SyncBackendHost {
|
| virtual void OnChangesApplied(
|
| syncable::ModelType model_type,
|
| const sync_api::BaseTransaction* trans,
|
| - const sync_api::SyncManager::ChangeRecord* changes,
|
| - int change_count) OVERRIDE;
|
| + const sync_api::ImmutableChangeRecordList& changes) OVERRIDE;
|
| virtual void OnChangesComplete(
|
| syncable::ModelType model_type) OVERRIDE;
|
| virtual void OnSyncCycleCompleted(
|
|
|