| Index: chrome/browser/sync/profile_sync_service_autofill_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/sync/profile_sync_service_autofill_unittest.cc (revision 176351)
|
| +++ chrome/browser/sync/profile_sync_service_autofill_unittest.cc (working copy)
|
| @@ -741,8 +741,7 @@
|
| // Simulates effects of UpdateLocalDataFromServerData
|
| MutableEntry parent(&trans, GET_BY_SERVER_TAG,
|
| syncer::ModelTypeToRootTag(syncer::AUTOFILL));
|
| - MutableEntry item(&trans, CREATE, syncer::AUTOFILL,
|
| - parent.Get(syncer::syncable::ID), tag);
|
| + MutableEntry item(&trans, CREATE, parent.Get(syncer::syncable::ID), tag);
|
| ASSERT_TRUE(item.good());
|
| item.Put(SPECIFICS, entity_specifics);
|
| item.Put(SERVER_SPECIFICS, entity_specifics);
|
|
|