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" |