summaryrefslogtreecommitdiffstats
path: root/sync/engine/syncer_proto_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'sync/engine/syncer_proto_util.h')
-rw-r--r--sync/engine/syncer_proto_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync/engine/syncer_proto_util.h b/sync/engine/syncer_proto_util.h
index 33fb322..dd75dd5 100644
--- a/sync/engine/syncer_proto_util.h
+++ b/sync/engine/syncer_proto_util.h
@@ -78,7 +78,7 @@ class SyncerProtoUtil {
// EntitySpecifics is used as a filter for the GetUpdates message to tell
// the server which datatypes to send back. This adds a datatype so that
// it's included in the filter.
- static void AddToEntitySpecificDatatypesFilter(syncable::ModelType datatype,
+ static void AddToEntitySpecificDatatypesFilter(syncer::ModelType datatype,
sync_pb::EntitySpecifics* filter);
// Get a debug string representation of the client to server response.