| Index: components/history/core/browser/typed_url_sync_metadata_database.h
|
| diff --git a/components/history/core/browser/typed_url_sync_metadata_database.h b/components/history/core/browser/typed_url_sync_metadata_database.h
|
| index b7321f32c9ce2e9926026f71e018150dc19eff82..0b687539c288ea57166f619ae5572fea2aa16251 100644
|
| --- a/components/history/core/browser/typed_url_sync_metadata_database.h
|
| +++ b/components/history/core/browser/typed_url_sync_metadata_database.h
|
| @@ -61,7 +61,7 @@ class TypedURLSyncMetadataDatabase {
|
| private:
|
| // Read all sync_pb::EntityMetadata for typed URL and fill
|
| // |metadata_records| with it.
|
| - bool GetAllSyncEntityMetadata(syncer::EntityMetadataMap* metadata_records);
|
| + bool GetAllSyncEntityMetadata(syncer::MetadataBatch* metadata_batch);
|
|
|
| // Read sync_pb::ModelTypeState for typed URL and fill |state| with it.
|
| bool GetModelTypeState(sync_pb::ModelTypeState* state);
|
|
|