Index: net/quic/congestion_control/cubic_test.cc |
diff --git a/net/quic/congestion_control/cubic_test.cc b/net/quic/congestion_control/cubic_test.cc |
index 0ddbc229f64c47705ddf1661523f989cc04667f9..9be0d7907f3396526bfa60a59d561b54433654fc 100644 |
--- a/net/quic/congestion_control/cubic_test.cc |
+++ b/net/quic/congestion_control/cubic_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/cubic.h" |
+ |
#include "base/basictypes.h" |
#include "base/logging.h" |
-#include "net/quic/congestion_control/cubic.h" |
#include "net/quic/quic_connection_stats.h" |
#include "net/quic/test_tools/mock_clock.h" |
#include "testing/gtest/include/gtest/gtest.h" |