| Index: chrome/browser/ui/views/ssl_client_certificate_selector.cc
|
| diff --git a/chrome/browser/ui/views/ssl_client_certificate_selector.cc b/chrome/browser/ui/views/ssl_client_certificate_selector.cc
|
| index 134e5d9ee3d87308d73b6047f67d819bb2a8e10f..c164409d0d822cea79891d46919d98144f323065 100644
|
| --- a/chrome/browser/ui/views/ssl_client_certificate_selector.cc
|
| +++ b/chrome/browser/ui/views/ssl_client_certificate_selector.cc
|
| @@ -132,7 +132,7 @@ void SSLClientCertificateSelector::Init() {
|
|
|
| StartObserving();
|
|
|
| - window_ = new ConstrainedWindowViews(wrapper_->tab_contents(), this);
|
| + window_ = new ConstrainedWindowViews(wrapper_, this);
|
|
|
| // Select the first row automatically. This must be done after the dialog has
|
| // been created.
|
|
|