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

Unified Diff: net/quic/congestion_control/cubic.cc

Issue 822713002: Update from https://crrev.com/309415 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years 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: net/quic/congestion_control/cubic.cc
diff --git a/net/quic/congestion_control/cubic.cc b/net/quic/congestion_control/cubic.cc
index 58b538576a85ec7cd857b01086fe460bb7407e4f..7b9905759829e743b918c13178dc9a2f04660133 100644
--- a/net/quic/congestion_control/cubic.cc
+++ b/net/quic/congestion_control/cubic.cc
@@ -4,8 +4,8 @@
#include "net/quic/congestion_control/cubic.h"
-#include <math.h>
#include <algorithm>
+#include <cmath>
#include "base/basictypes.h"
#include "base/logging.h"

Powered by Google App Engine
This is Rietveld 408576698