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

Unified Diff: components/omnibox/browser/search_provider.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: components/omnibox/browser/search_provider.h
diff --git a/components/omnibox/browser/search_provider.h b/components/omnibox/browser/search_provider.h
index 51f5e6c816b3b70fb558b754ac8329f9c2bf8059..b0af655152d5cbf7174d799b89dcb4dd43bcf4b6 100644
--- a/components/omnibox/browser/search_provider.h
+++ b/components/omnibox/browser/search_provider.h
@@ -378,7 +378,7 @@ class SearchProvider : public BaseSearchProvider,
// A timer to start a query to the suggest server after the user has stopped
// typing for long enough.
- base::OneShotTimer<SearchProvider> timer_;
+ base::OneShotTimer timer_;
// The time at which we sent a query to the suggest server.
base::TimeTicks time_suggest_request_sent_;

Powered by Google App Engine
This is Rietveld 408576698