| Index: sync/internal_api/sync_encryption_handler_impl.h
|
| diff --git a/sync/internal_api/sync_encryption_handler_impl.h b/sync/internal_api/sync_encryption_handler_impl.h
|
| index 8c9edd1091666c2d4388bd0ee88cf49fab51ab39..f54055b9afdaab82647e0088a353b499de792524 100644
|
| --- a/sync/internal_api/sync_encryption_handler_impl.h
|
| +++ b/sync/internal_api/sync_encryption_handler_impl.h
|
| @@ -116,6 +116,8 @@ class SyncEncryptionHandlerImpl
|
| SetImplicitPassAfterMigrationNoKeystoreKey);
|
| FRIEND_TEST_ALL_PREFIXES(SyncEncryptionHandlerImplTest,
|
| MigrateOnEncryptEverythingKeystorePassphrase);
|
| + FRIEND_TEST_ALL_PREFIXES(SyncEncryptionHandlerImplTest,
|
| + ReceiveMigratedNigoriWithOldPassphrase);
|
|
|
| // Container for members that require thread safety protection. All members
|
| // that can be accessed from more than one thread should be held here and
|
|
|