| Index: chrome/browser/sync/glue/password_change_processor.h
|
| diff --git a/chrome/browser/sync/glue/password_change_processor.h b/chrome/browser/sync/glue/password_change_processor.h
|
| index fdfd00934e213530b11f5cba299a564a7cf90c7d..5e919edfd511553c22e3c78e940d7748c2c3b269 100644
|
| --- a/chrome/browser/sync/glue/password_change_processor.h
|
| +++ b/chrome/browser/sync/glue/password_change_processor.h
|
| @@ -45,8 +45,7 @@ class PasswordChangeProcessor : public ChangeProcessor,
|
| // sync_api model -> WebDataService change application.
|
| virtual void ApplyChangesFromSyncModel(
|
| const sync_api::BaseTransaction* trans,
|
| - const sync_api::SyncManager::ChangeRecord* changes,
|
| - int change_count) OVERRIDE;
|
| + const sync_api::ImmutableChangeRecordList& changes) OVERRIDE;
|
|
|
| // Commit changes buffered during ApplyChanges. We must commit them to the
|
| // password store only after the sync_api transaction is released, else there
|
|
|