| 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 5241d946addadcd66ecb5044ca0cded401b8022f..89064c96f7e9a43fa37c8ee7cd41dd9610b1bd3b 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(
|
|
|