| Index: chrome/browser/extensions/external_install_error.cc
|
| diff --git a/chrome/browser/extensions/external_install_error.cc b/chrome/browser/extensions/external_install_error.cc
|
| index 0ed176cee4ae1d3f0a588c460a670a6365e3dbd0..c01e8da854fac0db1f97bc682bc7eb487222a13e 100644
|
| --- a/chrome/browser/extensions/external_install_error.cc
|
| +++ b/chrome/browser/extensions/external_install_error.cc
|
| @@ -369,7 +369,7 @@ void ExternalInstallError::OnDialogReady(
|
| prompt_ = prompt;
|
|
|
| if (alert_type_ == BUBBLE_ALERT) {
|
| - global_error_.reset(new ExternalInstallBubbleAlert(this, prompt_));
|
| + global_error_.reset(new ExternalInstallBubbleAlert(this, prompt_.get()));
|
| error_service_->AddGlobalError(global_error_.get());
|
|
|
| Browser* browser =
|
|
|