| Index: chrome/browser/sync/glue/typed_url_change_processor.h
|
| diff --git a/chrome/browser/sync/glue/typed_url_change_processor.h b/chrome/browser/sync/glue/typed_url_change_processor.h
|
| index cc62a48a0f2b37a3f3be4f3a5b477d16b4b458f2..0dc4abf83f3b714faa2ebca559fb1bd868b78301 100644
|
| --- a/chrome/browser/sync/glue/typed_url_change_processor.h
|
| +++ b/chrome/browser/sync/glue/typed_url_change_processor.h
|
| @@ -52,8 +52,7 @@ class TypedUrlChangeProcessor : 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 here, after we've released the transaction lock to avoid
|
| // jank.
|
|
|