| Index: components/history/core/browser/top_sites_database.cc
|
| diff --git a/components/history/core/browser/top_sites_database.cc b/components/history/core/browser/top_sites_database.cc
|
| index 44ad7600b6aa6fc6397418023bc74c881d566b8a..09efcf70ccc3a33b4c0f034a8a856c2eca20604b 100644
|
| --- a/components/history/core/browser/top_sites_database.cc
|
| +++ b/components/history/core/browser/top_sites_database.cc
|
| @@ -345,7 +345,7 @@ void DatabaseErrorCallback(sql::Connection* db,
|
| // are seen.
|
|
|
| // The default handling is to assert on debug and to ignore on release.
|
| - if (!sql::Connection::ShouldIgnoreSqliteError(extended_error))
|
| + if (!sql::Connection::IsExpectedSqliteError(extended_error))
|
| DLOG(FATAL) << db->GetErrorMessage();
|
| }
|
|
|
|
|