| Index: chrome/browser/sync/glue/generic_change_processor.h
|
| diff --git a/chrome/browser/sync/glue/generic_change_processor.h b/chrome/browser/sync/glue/generic_change_processor.h
|
| index 4864360b37dda056330b072a1080e713e9df63f0..1afe628c87340e2c320d1df0b6e9c0bb0edd5979 100644
|
| --- a/chrome/browser/sync/glue/generic_change_processor.h
|
| +++ b/chrome/browser/sync/glue/generic_change_processor.h
|
| @@ -38,8 +38,7 @@ class GenericChangeProcessor : public ChangeProcessor,
|
| // Build and store a list of all changes into |syncer_changes_|.
|
| virtual void ApplyChangesFromSyncModel(
|
| const sync_api::BaseTransaction* trans,
|
| - const sync_api::SyncManager::ChangeRecord* changes,
|
| - int change_count) OVERRIDE;
|
| + const sync_api::ImmutableChangeRecordList& changes) OVERRIDE;
|
| // Passes |syncer_changes_|, built in ApplyChangesFromSyncModel, onto
|
| // |local_service_| by way of it's ProcessSyncChanges method.
|
| virtual void CommitChangesFromSyncModel() OVERRIDE;
|
|
|