| Index: sync/engine/syncproto.h
|
| diff --git a/sync/engine/syncproto.h b/sync/engine/syncproto.h
|
| index eb9bc777d93d9af045718438054636f8b806d1ce..9100ee5b56b229f8c96f66048f913c7e84f3c180 100644
|
| --- a/sync/engine/syncproto.h
|
| +++ b/sync/engine/syncproto.h
|
| @@ -60,8 +60,8 @@ class SyncEntity : public IdWrapper<sync_pb::SyncEntity> {
|
| (has_bookmarkdata() && bookmarkdata().bookmark_folder()));
|
| }
|
|
|
| - syncable::ModelType GetModelType() const {
|
| - return syncable::GetModelType(*this);
|
| + syncer::ModelType GetModelType() const {
|
| + return syncer::GetModelType(*this);
|
| }
|
| };
|
|
|
|
|