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

Unified Diff: chrome/browser/ui/autofill/autofill_dialog_controller_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: 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/ui/autofill/autofill_dialog_controller_impl.h
diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
index 563404ab0cee5bdfbe90c873b393a63b70298b2b..58bc886f632e340a55e639492c7973aa119d0703 100644
--- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
+++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
@@ -579,7 +579,7 @@ class AutofillDialogControllerImpl
// The timer that delays enabling submit button for a short period of time on
// startup.
- base::OneShotTimer<AutofillDialogControllerImpl> submit_button_delay_timer_;
+ base::OneShotTimer submit_button_delay_timer_;
base::WeakPtrFactory<AutofillDialogControllerImpl> weak_ptr_factory_;
« no previous file with comments | « chrome/browser/ui/ash/app_sync_ui_state.h ('k') | chrome/browser/ui/exclusive_access/exclusive_access_bubble.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698