| Index: sync/syncable/model_neutral_mutable_entry.h
|
| diff --git a/sync/syncable/model_neutral_mutable_entry.h b/sync/syncable/model_neutral_mutable_entry.h
|
| index e2292e7045de07a4a3bbade8a5d82dcc1be861cf..4010dffc3df442c592430a28448c13f5aec063a3 100644
|
| --- a/sync/syncable/model_neutral_mutable_entry.h
|
| +++ b/sync/syncable/model_neutral_mutable_entry.h
|
| @@ -38,8 +38,8 @@ class SYNC_EXPORT_PRIVATE ModelNeutralMutableEntry : public Entry {
|
| const std::string& tag);
|
| ModelNeutralMutableEntry(
|
| BaseWriteTransaction* trans,
|
| - GetByServerTag,
|
| - const std::string& tag);
|
| + GetTypeRoot,
|
| + ModelType type);
|
|
|
| inline BaseWriteTransaction* base_write_transaction() const {
|
| return base_write_transaction_;
|
|
|