| Index: components/sync/engine_impl/model_type_worker_unittest.cc
|
| diff --git a/components/sync/engine_impl/model_type_worker_unittest.cc b/components/sync/engine_impl/model_type_worker_unittest.cc
|
| index 486afe1e84f4dca1c8eb40bd12d2391452595562..cc4fd1bd2ff812e13ede75e9229d9a52bf6ddd15 100644
|
| --- a/components/sync/engine_impl/model_type_worker_unittest.cc
|
| +++ b/components/sync/engine_impl/model_type_worker_unittest.cc
|
| @@ -216,7 +216,8 @@ class ModelTypeWorkerTest : public ::testing::Test {
|
| sync_pb::NigoriKey* key = bag.add_key();
|
|
|
| key->set_name(GetNigoriName(nigori));
|
| - nigori.ExportKeys(key->mutable_encryption_key(), key->mutable_mac_key());
|
| + nigori.ExportKeys(key->mutable_user_key(), key->mutable_encryption_key(),
|
| + key->mutable_mac_key());
|
| }
|
|
|
| // Re-create the last nigori from that loop.
|
|
|