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

Unified Diff: remoting/host/chromeos/clipboard_aura.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 | « remoting/host/cast_video_capturer_adapter.cc ('k') | remoting/host/client_session.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/chromeos/clipboard_aura.h
diff --git a/remoting/host/chromeos/clipboard_aura.h b/remoting/host/chromeos/clipboard_aura.h
index 1d03380a3be1b542ff8e8d230624f9f964f260f3..ed408e3752a3a0e0bb6e12f5c8006b54b3586c57 100644
--- a/remoting/host/chromeos/clipboard_aura.h
+++ b/remoting/host/chromeos/clipboard_aura.h
@@ -43,7 +43,7 @@ class ClipboardAura : public Clipboard {
base::ThreadChecker thread_checker_;
scoped_ptr<protocol::ClipboardStub> client_clipboard_;
- base::RepeatingTimer<ClipboardAura> clipboard_polling_timer_;
+ base::RepeatingTimer clipboard_polling_timer_;
uint64 current_change_count_;
base::TimeDelta polling_interval_;
« no previous file with comments | « remoting/host/cast_video_capturer_adapter.cc ('k') | remoting/host/client_session.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698