1
0
Fork 0

Fix general Fenix build

master
Jonathan Almeida 2020-01-15 18:07:26 -05:00 committed by Grisha Kruglov
parent 261a6162af
commit 914bce0b0a
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class MigratingFenixApplication : FenixApplication() {
.migrateHistory(this.components.core.historyStorage)
.migrateBookmarks(this.components.core.bookmarksStorage)
.migrateLogins(
this.components.core.passwordsStorage.store,
this.components.core.asyncPasswordsStorage,
this.components.core.passwordsEncryptionKey
)
.migrateFxa(this.components.backgroundServices.accountManager)