| Index: components/password_manager/core/browser/affiliation_database.cc
|
| diff --git a/components/password_manager/core/browser/affiliation_database.cc b/components/password_manager/core/browser/affiliation_database.cc
|
| index 2b569551fb00df5941a96d7884286adbd29f2d16..1052aa9aa78cd14bfb7f7192a03552ed79b9337f 100644
|
| --- a/components/password_manager/core/browser/affiliation_database.cc
|
| +++ b/components/password_manager/core/browser/affiliation_database.cc
|
| @@ -259,7 +259,7 @@ void AffiliationDatabase::SQLErrorCallback(int error,
|
| }
|
|
|
| // The default handling is to assert on debug and to ignore on release.
|
| - if (!sql::Connection::ShouldIgnoreSqliteError(error))
|
| + if (!sql::Connection::IsExpectedSqliteError(error))
|
| DLOG(FATAL) << sql_connection_->GetErrorMessage();
|
| }
|
|
|
|
|