diff options
Diffstat (limited to 'sync/syncable/model_neutral_mutable_entry.h')
-rw-r--r-- | sync/syncable/model_neutral_mutable_entry.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sync/syncable/model_neutral_mutable_entry.h b/sync/syncable/model_neutral_mutable_entry.h index e2292e7..4010dff 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_; |