| Index: chrome/browser/sync/engine/syncer_util.cc
|
| diff --git a/chrome/browser/sync/engine/syncer_util.cc b/chrome/browser/sync/engine/syncer_util.cc
|
| index 9e9f6fef464e707cc8e7b05f4cfdab7dab478d68..5d64bdd82ac56f6a0b42be9bef12080b307ec39d 100644
|
| --- a/chrome/browser/sync/engine/syncer_util.cc
|
| +++ b/chrome/browser/sync/engine/syncer_util.cc
|
| @@ -174,7 +174,7 @@ syncable::Id SyncerUtil::FindLocalIdToUpdate(
|
| // we don't server delete the item, because we don't allow it to
|
| // exist locally at all. So the item will remain orphaned on
|
| // the server, and we won't pay attention to it.
|
| - return syncable::kNullId;
|
| + return syncable::GetNullId();
|
| }
|
| }
|
| // Target this change to the existing local entry; later,
|
|
|