Index: net/quic/congestion_control/hybrid_slow_start_test.cc |
diff --git a/net/quic/congestion_control/hybrid_slow_start_test.cc b/net/quic/congestion_control/hybrid_slow_start_test.cc |
index b923904339445a2f90d694bf6b2df41584fb98d1..d3974c2bcb1f07889bfaa201519fd1336c9c462d 100644 |
--- a/net/quic/congestion_control/hybrid_slow_start_test.cc |
+++ b/net/quic/congestion_control/hybrid_slow_start_test.cc |
@@ -2,9 +2,10 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+#include "net/quic/congestion_control/hybrid_slow_start.h" |
+ |
#include "base/logging.h" |
#include "base/memory/scoped_ptr.h" |
-#include "net/quic/congestion_control/hybrid_slow_start.h" |
#include "testing/gtest/include/gtest/gtest.h" |
namespace net { |