Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(580)

Unified Diff: sync/syncable/entry_kernel_unittest.cc

Issue 1226213002: Sync: Support nodes with implicit permanent folders: Node Browser and out-of-order loading from DB (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed memory leak Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698