| Index: sync/syncable/model_type.cc
|
| diff --git a/sync/syncable/model_type.cc b/sync/syncable/model_type.cc
|
| index 19a158845a0596a08df5a742e76c35d27e40e014..1eb4cc09b0160f987d712e797679098663bacfad 100644
|
| --- a/sync/syncable/model_type.cc
|
| +++ b/sync/syncable/model_type.cc
|
| @@ -146,8 +146,8 @@ int GetSpecificsFieldNumberFromModelType(ModelType model_type) {
|
|
|
| // Note: keep this consistent with GetModelType in syncable.cc!
|
| ModelType GetModelType(const sync_pb::SyncEntity& sync_pb_entity) {
|
| - const csync::SyncEntity& sync_entity =
|
| - static_cast<const csync::SyncEntity&>(sync_pb_entity);
|
| + const syncer::SyncEntity& sync_entity =
|
| + static_cast<const syncer::SyncEntity&>(sync_pb_entity);
|
| DCHECK(!sync_entity.id().IsRoot()); // Root shouldn't ever go over the wire.
|
|
|
| if (sync_entity.deleted())
|
|
|