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

Unified Diff: ui/base/x/selection_owner.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/app_list/views/pulsing_block_view.h ('k') | ui/base/x/selection_requestor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/x/selection_owner.h
diff --git a/ui/base/x/selection_owner.h b/ui/base/x/selection_owner.h
index 6e3ac7f5a9d1439f7354ae77d1e73b2e811a7c2c..7bea5ad485e6affd9797b97f910fb02601d9ee6e 100644
--- a/ui/base/x/selection_owner.h
+++ b/ui/base/x/selection_owner.h
@@ -125,7 +125,7 @@ class UI_BASE_EXPORT SelectionOwner {
std::vector<IncrementalTransfer> incremental_transfers_;
// Used to abort stale incremental data transfers.
- base::RepeatingTimer<SelectionOwner> incremental_transfer_abort_timer_;
+ base::RepeatingTimer incremental_transfer_abort_timer_;
X11AtomCache atom_cache_;
« no previous file with comments | « ui/app_list/views/pulsing_block_view.h ('k') | ui/base/x/selection_requestor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698