Index: chrome/browser/ui/views/constrained_html_delegate_views.cc |
=================================================================== |
--- chrome/browser/ui/views/constrained_html_delegate_views.cc (revision 105162) |
+++ chrome/browser/ui/views/constrained_html_delegate_views.cc (working copy) |
@@ -99,10 +99,11 @@ |
// Set |this| as a property so the ConstrainedHtmlUI can retrieve it. |
ConstrainedHtmlUI::GetPropertyAccessor().SetProperty( |
html_tab_contents_.property_bag(), this); |
- html_tab_contents_.controller().LoadURL(delegate->GetDialogContentURL(), |
- GURL(), |
- PageTransition::START_PAGE, |
- std::string()); |
+ html_tab_contents_.controller().LoadURL( |
+ delegate->GetDialogContentURL(), |
+ GURL(), |
+ content::PAGE_TRANSITION_START_PAGE, |
+ std::string()); |
} |
ConstrainedHtmlDelegateViews::~ConstrainedHtmlDelegateViews() { |