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

Unified Diff: remoting/protocol/monitored_video_stub.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: remoting/protocol/monitored_video_stub.h
diff --git a/remoting/protocol/monitored_video_stub.h b/remoting/protocol/monitored_video_stub.h
index 33a9b90f38d5a7750de2d18bd9e3cd2e3ecc3ce8..ea9401055b272a270f96a28be179fe48834cc466 100644
--- a/remoting/protocol/monitored_video_stub.h
+++ b/remoting/protocol/monitored_video_stub.h
@@ -51,7 +51,7 @@ class MonitoredVideoStub : public VideoStub {
ChannelStateCallback callback_;
base::ThreadChecker thread_checker_;
bool is_connected_;
- base::DelayTimer<MonitoredVideoStub> connectivity_check_timer_;
+ base::DelayTimer connectivity_check_timer_;
DISALLOW_COPY_AND_ASSIGN(MonitoredVideoStub);
};
« no previous file with comments | « remoting/protocol/libjingle_transport_factory.cc ('k') | remoting/protocol/monitored_video_stub_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698