Index: net/quic/quic_framer_test.cc |
diff --git a/net/quic/quic_framer_test.cc b/net/quic/quic_framer_test.cc |
index 7f07b96766f4afc17914c306f89b8ee41166ad48..b1ceb491479eacac104db61a302a5a2e34f98925 100644 |
--- a/net/quic/quic_framer_test.cc |
+++ b/net/quic/quic_framer_test.cc |
@@ -2,6 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+#include "net/quic/quic_framer.h" |
+ |
#include <algorithm> |
#include <map> |
#include <string> |
@@ -14,7 +16,6 @@ |
#include "base/stl_util.h" |
#include "net/quic/crypto/quic_decrypter.h" |
#include "net/quic/crypto/quic_encrypter.h" |
-#include "net/quic/quic_framer.h" |
#include "net/quic/quic_protocol.h" |
#include "net/quic/quic_utils.h" |
#include "net/quic/test_tools/quic_framer_peer.h" |