| Index: chrome/browser/history/chrome_history_client.cc
|
| diff --git a/chrome/browser/history/chrome_history_client.cc b/chrome/browser/history/chrome_history_client.cc
|
| index 25d3725b267893278b65a0ee7715af1addae5df9..427643b63e63c373bf23afdf757c061819080e9a 100644
|
| --- a/chrome/browser/history/chrome_history_client.cc
|
| +++ b/chrome/browser/history/chrome_history_client.cc
|
| @@ -64,7 +64,7 @@ bool ChromeHistoryClient::CanAddURL(const GURL& url) {
|
|
|
| void ChromeHistoryClient::NotifyProfileError(sql::InitStatus init_status,
|
| const std::string& diagnostics) {
|
| - ShowProfileErrorDialog(PROFILE_ERROR_HISTORY,
|
| + ShowProfileErrorDialog(ProfileErrorType::HISTORY,
|
| SqlInitStatusToMessageId(init_status), diagnostics);
|
| }
|
|
|
|
|