| Index: sync/syncable/entry_kernel_unittest.cc
|
| diff --git a/sync/syncable/entry_kernel_unittest.cc b/sync/syncable/entry_kernel_unittest.cc
|
| index a49a03a4d47f2faa8f8cb9c3e1990ecf703000f4..ba65207e11bde580dc49302ea99c417471f4ed4b 100644
|
| --- a/sync/syncable/entry_kernel_unittest.cc
|
| +++ b/sync/syncable/entry_kernel_unittest.cc
|
| @@ -18,7 +18,7 @@ TEST_F(EntryKernelTest, ToValue) {
|
| if (value) {
|
| // Not much to check without repeating the ToValue() code.
|
| EXPECT_TRUE(value->HasKey("isDirty"));
|
| - // The extra +2 is for "isDirty" and "serverModelType".
|
| + // The extra +2 is for "isDirty" and "modelType".
|
| EXPECT_EQ(BIT_TEMPS_END - BEGIN_FIELDS + 2,
|
| static_cast<int>(value->size()));
|
| } else {
|
|
|