| Index: chrome/browser/captive_portal/captive_portal_service.h
|
| diff --git a/chrome/browser/captive_portal/captive_portal_service.h b/chrome/browser/captive_portal/captive_portal_service.h
|
| index dbe07de02c29f4d6321f60539f8cdf5b7d5b3b74..278d8259c05046fb611439728da4ee54e47a0198 100644
|
| --- a/chrome/browser/captive_portal/captive_portal_service.h
|
| +++ b/chrome/browser/captive_portal/captive_portal_service.h
|
| @@ -190,7 +190,7 @@ class CaptivePortalService : public KeyedService, public base::NonThreadSafe {
|
| // the Link Doctor.
|
| BooleanPrefMember resolve_errors_with_web_service_;
|
|
|
| - base::OneShotTimer<CaptivePortalService> check_captive_portal_timer_;
|
| + base::OneShotTimer check_captive_portal_timer_;
|
|
|
| static TestingState testing_state_;
|
|
|
|
|