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

Unified Diff: chrome/browser/ui/views/autofill/tooltip_icon.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/views/autofill/tooltip_icon.h
diff --git a/chrome/browser/ui/views/autofill/tooltip_icon.h b/chrome/browser/ui/views/autofill/tooltip_icon.h
index c16c4ad2240d9c12a767b6914e3a00564650f5bb..709dd835a0cff98e2dbf654469d16e5e791aaf11 100644
--- a/chrome/browser/ui/views/autofill/tooltip_icon.h
+++ b/chrome/browser/ui/views/autofill/tooltip_icon.h
@@ -71,7 +71,7 @@ class TooltipIcon : public views::ImageView,
views::BubbleBorder::Arrow bubble_arrow_;
// A timer to delay showing |bubble_|.
- base::OneShotTimer<TooltipIcon> show_timer_;
+ base::OneShotTimer show_timer_;
// A watcher that keeps |bubble_| open if the user's mouse enters it.
scoped_ptr<views::MouseWatcher> mouse_watcher_;

Powered by Google App Engine
This is Rietveld 408576698