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

Unified Diff: net/quic/core/congestion_control/hybrid_slow_start.h

Issue 2566703002: Various formatting cleanups to net/quic/core/frames (Closed)
Patch Set: Fix Created 4 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/core/congestion_control/hybrid_slow_start.h
diff --git a/net/quic/core/congestion_control/hybrid_slow_start.h b/net/quic/core/congestion_control/hybrid_slow_start.h
index 73c564bb30e24fad003a21addaf8715eaebc8637..7956178999ce50d4817f20b91b5881d41fbb5fb4 100644
--- a/net/quic/core/congestion_control/hybrid_slow_start.h
+++ b/net/quic/core/congestion_control/hybrid_slow_start.h
@@ -16,7 +16,7 @@
#ifndef NET_QUIC_CORE_CONGESTION_CONTROL_HYBRID_SLOW_START_H_
#define NET_QUIC_CORE_CONGESTION_CONTROL_HYBRID_SLOW_START_H_
-#include <stdint.h>
+#include <cstdint>
#include "base/macros.h"
#include "net/quic/core/quic_packets.h"
« no previous file with comments | « net/quic/core/congestion_control/general_loss_algorithm_test.cc ('k') | net/quic/core/congestion_control/hybrid_slow_start.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698