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); |
}; |