| Index: components/autofill/core/browser/webdata/autofill_table.h
|
| diff --git a/components/autofill/core/browser/webdata/autofill_table.h b/components/autofill/core/browser/webdata/autofill_table.h
|
| index f3f8a14dcc42a4fe090858fffc9db7a0a852aa3b..872d127b393bade1cd3d96b71c364c3b8a18dc64 100644
|
| --- a/components/autofill/core/browser/webdata/autofill_table.h
|
| +++ b/components/autofill/core/browser/webdata/autofill_table.h
|
| @@ -517,7 +517,7 @@ class AutofillTable : public WebDatabaseTable {
|
| base::Time time);
|
|
|
| bool GetAllSyncEntityMetadata(syncer::ModelType model_type,
|
| - syncer::EntityMetadataMap* metadata_records);
|
| + syncer::MetadataBatch* metadata_batch);
|
|
|
| bool GetModelTypeState(syncer::ModelType model_type,
|
| sync_pb::ModelTypeState* state);
|
|
|