| Index: components/password_manager/core/browser/password_manager_util.h
|
| diff --git a/components/password_manager/core/browser/password_manager_util.h b/components/password_manager/core/browser/password_manager_util.h
|
| index f22f7a2b638bfdc42d430f4c1030b9701bd33613..68fc65b47a1b1d77b092a398126ec7506a0b6651 100644
|
| --- a/components/password_manager/core/browser/password_manager_util.h
|
| +++ b/components/password_manager/core/browser/password_manager_util.h
|
| @@ -43,11 +43,6 @@ void FindDuplicates(
|
| void TrimUsernameOnlyCredentials(
|
| std::vector<std::unique_ptr<autofill::PasswordForm>>* android_credentials);
|
|
|
| -// TODO(crbug.com/555132): Remove this when the migration from ScopedVector is
|
| -// finished for PasswordForm.
|
| -std::vector<std::unique_ptr<autofill::PasswordForm>> ConvertScopedVector(
|
| - ScopedVector<autofill::PasswordForm> old_vector);
|
| -
|
| // A convenience function for testing that |client| has a non-null LogManager
|
| // and that that LogManager returns true for IsLoggingActive. This function can
|
| // be removed once PasswordManagerClient::GetLogManager is implemented on iOS
|
|
|