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

Unified Diff: chrome/browser/profiles/profile_impl.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: . 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
Index: chrome/browser/profiles/profile_impl.h
diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
index 5f41bd3a97634682d3a372903cff5cf96444da51..36e0b63219d47b744269483ba8c40c60f5fbd4cb 100644
--- a/chrome/browser/profiles/profile_impl.h
+++ b/chrome/browser/profiles/profile_impl.h
@@ -239,7 +239,7 @@ class ProfileImpl : public Profile {
ExitType last_session_exit_type_;
#if defined(ENABLE_SESSION_SERVICE)
- base::OneShotTimer<ProfileImpl> create_session_service_timer_;
+ base::OneShotTimer create_session_service_timer_;
#endif
scoped_ptr<Profile> off_the_record_profile_;

Powered by Google App Engine
This is Rietveld 408576698