| Index: chrome/browser/captive_portal/captive_portal_tab_reloader.h
|
| diff --git a/chrome/browser/captive_portal/captive_portal_tab_reloader.h b/chrome/browser/captive_portal/captive_portal_tab_reloader.h
|
| index db6b1228d6e54b2383a8094ea816b69d89e3ff23..2fe64a7bdc9c88b0c01567a3e2c5e7b8eb51c4bc 100644
|
| --- a/chrome/browser/captive_portal/captive_portal_tab_reloader.h
|
| +++ b/chrome/browser/captive_portal/captive_portal_tab_reloader.h
|
| @@ -126,7 +126,7 @@ class CaptivePortalTabReloader {
|
| // STATE_TIMER_RUNNING. Stopped on any state change, including when a page
|
| // commits or there's an error. If the timer triggers, the state switches to
|
| // STATE_MAYBE_BROKEN_BY_PORTAL and |this| kicks off a captive portal check.
|
| - base::OneShotTimer<CaptivePortalTabReloader> slow_ssl_load_timer_;
|
| + base::OneShotTimer slow_ssl_load_timer_;
|
|
|
| private:
|
| friend class CaptivePortalBrowserTest;
|
|
|