Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / webui / interstitials / interstitial_ui.cc
index 0972ca8..02d4db8 100644 (file)
@@ -124,7 +124,7 @@ SafeBrowsingBlockingPage* CreateSafeBrowsingBlockingPage(
   resource.threat_type =  threat_type;
   // Create a blocking page without showing the interstitial.
   return SafeBrowsingBlockingPage::CreateBlockingPage(
-      g_browser_process->safe_browsing_service()->ui_manager(),
+      g_browser_process->safe_browsing_service()->ui_manager().get(),
       web_contents,
       resource);
 }