| Index: chrome/browser/ui/views/constrained_html_delegate_views.cc
|
| diff --git a/chrome/browser/ui/views/constrained_html_delegate_views.cc b/chrome/browser/ui/views/constrained_html_delegate_views.cc
|
| index 64a29fbc88daddb16808fa26878461eda23458ad..c41dd958bf058e45a3825f62b5008818727a8598 100644
|
| --- a/chrome/browser/ui/views/constrained_html_delegate_views.cc
|
| +++ b/chrome/browser/ui/views/constrained_html_delegate_views.cc
|
| @@ -115,10 +115,10 @@ ConstrainedHtmlDelegateViews::ConstrainedHtmlDelegateViews(
|
| // Set |this| as a property so the ConstrainedHtmlUI can retrieve it.
|
| ConstrainedHtmlUI::GetPropertyAccessor().SetProperty(
|
| html_tab_contents_->tab_contents()->GetPropertyBag(), this);
|
| - tab_contents->GetController().LoadURL(delegate->GetDialogContentURL(),
|
| - content::Referrer(),
|
| - content::PAGE_TRANSITION_START_PAGE,
|
| - std::string());
|
| + tab_contents->controller().LoadURL(delegate->GetDialogContentURL(),
|
| + content::Referrer(),
|
| + content::PAGE_TRANSITION_START_PAGE,
|
| + std::string());
|
| }
|
|
|
| ConstrainedHtmlDelegateViews::~ConstrainedHtmlDelegateViews() {
|
|
|