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

Unified Diff: ui/base/x/selection_requestor.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
« no previous file with comments | « ui/base/x/selection_owner.h ('k') | ui/chromeos/ime/infolist_window.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/x/selection_requestor.h
diff --git a/ui/base/x/selection_requestor.h b/ui/base/x/selection_requestor.h
index 5455ff781fbda822b7e4ba612b2682f1a2e82a00..2e39166617ad77027afba2e9622a2411ad780d4f 100644
--- a/ui/base/x/selection_requestor.h
+++ b/ui/base/x/selection_requestor.h
@@ -146,7 +146,7 @@ class UI_BASE_EXPORT SelectionRequestor {
size_t current_request_index_;
// Used to abort requests if the selection owner takes too long to respond.
- base::RepeatingTimer<SelectionRequestor> abort_timer_;
+ base::RepeatingTimer abort_timer_;
X11AtomCache atom_cache_;
« no previous file with comments | « ui/base/x/selection_owner.h ('k') | ui/chromeos/ime/infolist_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698