| Index: sync/notifier/invalidation_util.h
|
| diff --git a/sync/notifier/invalidation_util.h b/sync/notifier/invalidation_util.h
|
| index 55de45487ba06e958dc85b210d0da009068d8268..9e37a90299a9f29bdb3cef6e07cb23ff529dc887 100644
|
| --- a/sync/notifier/invalidation_util.h
|
| +++ b/sync/notifier/invalidation_util.h
|
| @@ -34,6 +34,9 @@ bool RealModelTypeToObjectId(syncer::ModelType model_type,
|
| bool ObjectIdToRealModelType(const invalidation::ObjectId& object_id,
|
| syncer::ModelType* model_type);
|
|
|
| +ObjectIdSet ModelTypeSetToObjectIdSet(const ModelTypeSet& models);
|
| +ModelTypeSet ObjectIdSetToModelTypeSet(const ObjectIdSet& ids);
|
| +
|
| std::string ObjectIdToString(const invalidation::ObjectId& object_id);
|
|
|
| std::string InvalidationToString(
|
|
|