| Index: chrome/browser/importer/importer_host.cc
|
| diff --git a/chrome/browser/importer/importer_host.cc b/chrome/browser/importer/importer_host.cc
|
| index 38d51fb1f62c664c047a68b1b7e714a99755f5bc..4003c767bde919bccb7db493aef01311e75fb9f3 100644
|
| --- a/chrome/browser/importer/importer_host.cc
|
| +++ b/chrome/browser/importer/importer_host.cc
|
| @@ -158,9 +158,9 @@ void ImporterHost::StartImportSettings(
|
| void ImporterHost::OnGoogleGAIACookieChecked(bool result) {
|
| #if defined(OS_WIN)
|
| if (!result) {
|
| - browser::ShowMessageBox(NULL,
|
| + chrome::ShowMessageBox(NULL,
|
| l10n_util::GetStringUTF16(IDS_IMPORTER_GOOGLE_LOGIN_TEXT), string16(),
|
| - browser::MESSAGE_BOX_TYPE_INFORMATION);
|
| + chrome::MESSAGE_BOX_TYPE_INFORMATION);
|
|
|
| GURL url("https://accounts.google.com/ServiceLogin");
|
| DCHECK(profile_);
|
|
|