Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / webui / constrained_web_dialog_delegate_base.cc
index 1b7244d..a2b05b9 100644 (file)
@@ -48,7 +48,7 @@ ConstrainedWebDialogDelegateBase::ConstrainedWebDialogDelegateBase(
 
   web_contents_->GetController().LoadURL(delegate->GetDialogContentURL(),
                                          content::Referrer(),
-                                         content::PAGE_TRANSITION_AUTO_TOPLEVEL,
+                                         ui::PAGE_TRANSITION_AUTO_TOPLEVEL,
                                          std::string());
 }