summaryrefslogtreecommitdiffstats
path: root/sync/internal_api/change_reorder_buffer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sync/internal_api/change_reorder_buffer.cc')
-rw-r--r--sync/internal_api/change_reorder_buffer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync/internal_api/change_reorder_buffer.cc b/sync/internal_api/change_reorder_buffer.cc
index 1d7da38..5188309 100644
--- a/sync/internal_api/change_reorder_buffer.cc
+++ b/sync/internal_api/change_reorder_buffer.cc
@@ -154,7 +154,7 @@ bool ChangeReorderBuffer::GetAllChangesInTreeOrder(
CHECK_EQ(BaseNode::INIT_OK, node.InitByIdLookup(i->first));
// We only care about parents of entry's with position-sensitive models.
- if (syncer::ShouldMaintainPosition(node.GetEntry()->GetModelType())) {
+ if (ShouldMaintainPosition(node.GetEntry()->GetModelType())) {
parents_of_position_changes.insert(node.GetParentId());
}
}