| Index: components/sync/engine_impl/sync_encryption_handler_impl_unittest.cc
|
| diff --git a/components/sync/engine_impl/sync_encryption_handler_impl_unittest.cc b/components/sync/engine_impl/sync_encryption_handler_impl_unittest.cc
|
| index 237bd20c583028133913d649e8609f56e67d9731..0b45657831ff2ff9381970f8cd3f243462babf72 100644
|
| --- a/components/sync/engine_impl/sync_encryption_handler_impl_unittest.cc
|
| +++ b/components/sync/engine_impl/sync_encryption_handler_impl_unittest.cc
|
| @@ -535,7 +535,6 @@ TEST_F(SyncEncryptionHandlerImplTest, ReceiveOldNigori) {
|
| other_encrypted_specifics.mutable_encrypted());
|
| sync_pb::EntitySpecifics our_encrypted_specifics;
|
| our_encrypted_specifics.mutable_bookmark()->set_title("title2");
|
| - ModelTypeSet encrypted_types = EncryptableUserTypes();
|
|
|
| // Set up the current encryption state (containing both keys and encrypt
|
| // everything).
|
|
|