| Index: chrome/browser/sync/engine/conflict_resolver.cc
|
| diff --git a/chrome/browser/sync/engine/conflict_resolver.cc b/chrome/browser/sync/engine/conflict_resolver.cc
|
| index 97596ef10d201bc0ac65c734db19fdf5dd58cdd0..f8c83a4d15ff9b343f7884e0832d969f5454400c 100644
|
| --- a/chrome/browser/sync/engine/conflict_resolver.cc
|
| +++ b/chrome/browser/sync/engine/conflict_resolver.cc
|
| @@ -288,7 +288,7 @@ bool AttemptToFixUpdateEntryInDeletedLocalTree(WriteTransaction* trans,
|
| Id id = parent_id;
|
| // As we will be crawling the path of deleted entries there's a chance we'll
|
| // end up having to reparent an item as there will be an invalid parent.
|
| - Id reroot_id = syncable::kNullId;
|
| + Id reroot_id = syncable::GetNullId();
|
| // Similarly crawling deleted items means we risk loops.
|
| int loop_detection = conflict_set->size();
|
| while (!id.IsRoot() && --loop_detection >= 0) {
|
|
|