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

Unified Diff: net/quic/quartc/quartc_factory.cc

Issue 2875333002: Landing Recent QUIC changes until Mon May 8 21:42:46 2017 +0000 (Closed)
Patch Set: Created 3 years, 7 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 | « net/quic/core/quic_versions.cc ('k') | net/quic/quartc/quartc_packet_writer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quartc/quartc_factory.cc
diff --git a/net/quic/quartc/quartc_factory.cc b/net/quic/quartc/quartc_factory.cc
index ba21e4d6d57c4ca2c7ad21410d6566ca7e8919b4..2591214c4ca5a2b5498efc9e6a0dd52de4a215db 100644
--- a/net/quic/quartc/quartc_factory.cc
+++ b/net/quic/quartc/quartc_factory.cc
@@ -42,7 +42,7 @@ class QuartcAlarm : public QuicAlarm, public QuartcTaskRunnerInterface::Task {
DCHECK(task_runner_);
DCHECK(!scheduled_task_);
- scheduled_task_ = task_runner_->Schedule(this, delay_ms);
+ scheduled_task_.reset(task_runner_->Schedule(this, delay_ms).release());
}
void CancelImpl() override {
« no previous file with comments | « net/quic/core/quic_versions.cc ('k') | net/quic/quartc/quartc_packet_writer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698