| 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 3219103f8cc20328818c1519c74fff77af0ce93e..0270f4c28ae77eaf13b5b30773d73d2f4eae7ab0 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.
|
|
|