| Index: chrome/browser/sync/internal_api/syncapi_unittest.cc
|
| diff --git a/chrome/browser/sync/internal_api/syncapi_unittest.cc b/chrome/browser/sync/internal_api/syncapi_unittest.cc
|
| index 956abbe5bf061eab406a6954c83f436d7d58891f..721e31f16710cbc22010ed04e80334c1729b2b76 100644
|
| --- a/chrome/browser/sync/internal_api/syncapi_unittest.cc
|
| +++ b/chrome/browser/sync/internal_api/syncapi_unittest.cc
|
| @@ -155,7 +155,7 @@ int64 MakeServerNodeForType(UserShare* share,
|
| entry.Put(syncable::BASE_VERSION, 1);
|
| entry.Put(syncable::SERVER_VERSION, 1);
|
| entry.Put(syncable::IS_UNAPPLIED_UPDATE, false);
|
| - entry.Put(syncable::SERVER_PARENT_ID, syncable::kNullId);
|
| + entry.Put(syncable::SERVER_PARENT_ID, syncable::GetNullId());
|
| entry.Put(syncable::SERVER_IS_DIR, true);
|
| entry.Put(syncable::IS_DIR, true);
|
| entry.Put(syncable::SERVER_SPECIFICS, specifics);
|
|
|