| Index: sync/syncable/model_neutral_mutable_entry.cc
|
| diff --git a/sync/syncable/model_neutral_mutable_entry.cc b/sync/syncable/model_neutral_mutable_entry.cc
|
| index d778abacef772a7ba601620b43aaf8c20fab246d..2ae54507fe0a2960056c895314c8d4f4930482d4 100644
|
| --- a/sync/syncable/model_neutral_mutable_entry.cc
|
| +++ b/sync/syncable/model_neutral_mutable_entry.cc
|
| @@ -60,8 +60,8 @@ ModelNeutralMutableEntry::ModelNeutralMutableEntry(
|
| }
|
|
|
| ModelNeutralMutableEntry::ModelNeutralMutableEntry(
|
| - BaseWriteTransaction* trans, GetByServerTag, const string& tag)
|
| - : Entry(trans, GET_BY_SERVER_TAG, tag), base_write_transaction_(trans) {
|
| + BaseWriteTransaction* trans, GetTypeRoot, ModelType type)
|
| + : Entry(trans, GET_TYPE_ROOT, type), base_write_transaction_(trans) {
|
| }
|
|
|
| void ModelNeutralMutableEntry::PutBaseVersion(int64 value) {
|
|
|