summaryrefslogtreecommitdiffstats
path: root/sync/notifier/invalidation_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'sync/notifier/invalidation_util.h')
-rw-r--r--sync/notifier/invalidation_util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sync/notifier/invalidation_util.h b/sync/notifier/invalidation_util.h
index 1ec1235..bf5388f 100644
--- a/sync/notifier/invalidation_util.h
+++ b/sync/notifier/invalidation_util.h
@@ -29,11 +29,11 @@ struct ObjectIdLessThan {
typedef std::set<invalidation::ObjectId, ObjectIdLessThan> ObjectIdSet;
-bool RealModelTypeToObjectId(syncable::ModelType model_type,
+bool RealModelTypeToObjectId(syncer::ModelType model_type,
invalidation::ObjectId* object_id);
bool ObjectIdToRealModelType(const invalidation::ObjectId& object_id,
- syncable::ModelType* model_type);
+ syncer::ModelType* model_type);
std::string ObjectIdToString(const invalidation::ObjectId& object_id);