| Index: chrome/browser/ui/profile_error_dialog.cc
|
| diff --git a/chrome/browser/ui/profile_error_dialog.cc b/chrome/browser/ui/profile_error_dialog.cc
|
| index 85e9e1e957341f2c4610dbc8eceb7c6eb740e8cf..851731bfe43cf6b9c31681c1e5a992f635d3175a 100644
|
| --- a/chrome/browser/ui/profile_error_dialog.cc
|
| +++ b/chrome/browser/ui/profile_error_dialog.cc
|
| @@ -13,9 +13,9 @@ void ShowProfileErrorDialog(int message_id) {
|
| #if defined(OS_ANDROID)
|
| NOTIMPLEMENTED();
|
| #else
|
| - browser::ShowMessageBox(NULL,
|
| - l10n_util::GetStringUTF16(IDS_PRODUCT_NAME),
|
| - l10n_util::GetStringUTF16(message_id),
|
| - browser::MESSAGE_BOX_TYPE_WARNING);
|
| + chrome::ShowMessageBox(NULL,
|
| + l10n_util::GetStringUTF16(IDS_PRODUCT_NAME),
|
| + l10n_util::GetStringUTF16(message_id),
|
| + chrome::MESSAGE_BOX_TYPE_WARNING);
|
| #endif
|
| }
|
|
|