Index: chrome/browser/ui/cocoa/constrained_html_delegate_mac.mm |
=================================================================== |
--- chrome/browser/ui/cocoa/constrained_html_delegate_mac.mm (revision 105162) |
+++ chrome/browser/ui/cocoa/constrained_html_delegate_mac.mm (working copy) |
@@ -92,7 +92,8 @@ |
tab_contents_.property_bag(), this); |
tab_contents_.controller().LoadURL(delegate->GetDialogContentURL(), |
- GURL(), PageTransition::START_PAGE, |
+ GURL(), |
+ content::PAGE_TRANSITION_START_PAGE, |
std::string()); |
// Create NSWindow to hold tab_contents in the constrained sheet: |