| Index: chrome/browser/sync/internal_api/change_reorder_buffer.cc
|
| diff --git a/chrome/browser/sync/internal_api/change_reorder_buffer.cc b/chrome/browser/sync/internal_api/change_reorder_buffer.cc
|
| index 04c0955899ad475d42e51a3c82251bef2d124015..f262ff64e05662b68a327c6fa979dcc786f70f56 100644
|
| --- a/chrome/browser/sync/internal_api/change_reorder_buffer.cc
|
| +++ b/chrome/browser/sync/internal_api/change_reorder_buffer.cc
|
| @@ -151,7 +151,7 @@ bool ChangeReorderBuffer::GetAllChangesInTreeOrder(
|
| if (i->second == OP_ADD ||
|
| i->second == OP_UPDATE_POSITION_AND_PROPERTIES) {
|
| ReadNode node(sync_trans);
|
| - CHECK(node.InitByIdLookup(i->first));
|
| + CHECK_EQ(BaseNode::INIT_OK, node.InitByIdLookup(i->first));
|
|
|
| // We only care about parents of entry's with position-sensitive models.
|
| if (syncable::ShouldMaintainPosition(
|
|
|