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

Unified Diff: chrome/browser/chromeos/login/supervised/supervised_user_creation_controller_new.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
Index: chrome/browser/chromeos/login/supervised/supervised_user_creation_controller_new.h
diff --git a/chrome/browser/chromeos/login/supervised/supervised_user_creation_controller_new.h b/chrome/browser/chromeos/login/supervised/supervised_user_creation_controller_new.h
index 6e0c6ac37eda66f821d54a5ee93471394b1f9d3e..597fab09ec13a87260854556ff9c4a115267c62e 100644
--- a/chrome/browser/chromeos/login/supervised/supervised_user_creation_controller_new.h
+++ b/chrome/browser/chromeos/login/supervised/supervised_user_creation_controller_new.h
@@ -179,7 +179,7 @@ class SupervisedUserCreationControllerNew
scoped_ptr<UserCreationContext> creation_context_;
// Timer for showing warning if creation process takes too long.
- base::OneShotTimer<SupervisedUserCreationControllerNew> timeout_timer_;
+ base::OneShotTimer timeout_timer_;
// Factory of callbacks.
base::WeakPtrFactory<SupervisedUserCreationControllerNew> weak_factory_;

Powered by Google App Engine
This is Rietveld 408576698