| Index: chrome/browser/captive_portal/captive_portal_tab_reloader.cc | 
| diff --git a/chrome/browser/captive_portal/captive_portal_tab_reloader.cc b/chrome/browser/captive_portal/captive_portal_tab_reloader.cc | 
| index dbf1a53b835f9067d37c3428b819bab9ddd2cca4..eb5c3adb7e117625746c498231ef112b5e3591a2 100644 | 
| --- a/chrome/browser/captive_portal/captive_portal_tab_reloader.cc | 
| +++ b/chrome/browser/captive_portal/captive_portal_tab_reloader.cc | 
| @@ -100,7 +100,7 @@ void CaptivePortalTabReloader::OnLoadCommitted(int net_error) { | 
| // If the tab needs to reload, do so asynchronously, to avoid reentrancy | 
| // issues. | 
| if (state_ == STATE_NEEDS_RELOAD) { | 
| -    MessageLoop::current()->PostTask( | 
| +    base::MessageLoop::current()->PostTask( | 
| FROM_HERE, | 
| base::Bind(&CaptivePortalTabReloader::ReloadTabIfNeeded, | 
| weak_factory_.GetWeakPtr())); | 
|  |