| Index: sync/engine/syncer_util.cc
|
| diff --git a/sync/engine/syncer_util.cc b/sync/engine/syncer_util.cc
|
| index c571b1034da143f7b4f1989c108497a6849d2759..d1bde9891e5f1d3fdec39a1957084952e9d44a55 100644
|
| --- a/sync/engine/syncer_util.cc
|
| +++ b/sync/engine/syncer_util.cc
|
| @@ -633,7 +633,7 @@ VerifyResult VerifyUndelete(syncable::WriteTransaction* trans,
|
| DCHECK(target->Get(UNIQUE_CLIENT_TAG).empty())
|
| << "Doing move-aside undeletion on client-tagged item.";
|
| target->Put(ID, trans->directory()->NextId());
|
| - target->Put(UNIQUE_CLIENT_TAG, "");
|
| + target->Put(UNIQUE_CLIENT_TAG, std::string());
|
| target->Put(BASE_VERSION, CHANGES_VERSION);
|
| target->Put(SERVER_VERSION, 0);
|
| return VERIFY_SUCCESS;
|
|
|