| Index: chrome/browser/ui/webui/chromeos/mobile_setup_ui.cc
|
| ===================================================================
|
| --- chrome/browser/ui/webui/chromeos/mobile_setup_ui.cc (revision 115435)
|
| +++ chrome/browser/ui/webui/chromeos/mobile_setup_ui.cc (working copy)
|
| @@ -1378,5 +1378,5 @@
|
| void MobileSetupUI::RenderViewCreated(RenderViewHost* host) {
|
| ChromeWebUI::RenderViewCreated(host);
|
| // Destroyed by the corresponding RenderViewHost.
|
| - new PortalFrameLoadObserver(host, tab_contents()->web_ui());
|
| + new PortalFrameLoadObserver(host, tab_contents()->GetWebUI());
|
| }
|
|
|