| Index: sync/engine/syncer_proto_util.h
|
| diff --git a/sync/engine/syncer_proto_util.h b/sync/engine/syncer_proto_util.h
|
| index 33fb32247b4011381056e434d52dc5ade56dc08f..dd75dd55001d7170486ba100f4a843a5461374b3 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.
|
|
|