Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1168)

Unified Diff: chrome/browser/captive_portal/captive_portal_service.h

Issue 1355063004: Template methods on Timer classes instead of the classes themselves. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: timer: fixcaller Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/browser_process_impl.h ('k') | chrome/browser/captive_portal/captive_portal_tab_reloader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « chrome/browser/browser_process_impl.h ('k') | chrome/browser/captive_portal/captive_portal_tab_reloader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698