Index: net/quic/crypto/null_decrypter.cc |
diff --git a/net/quic/crypto/null_decrypter.cc b/net/quic/crypto/null_decrypter.cc |
index 7ca704b44b60fcad5279ca181dabd45dabd01b7f..cad2f7e2d282446234a4545041de7cb61d45f2b2 100644 |
--- a/net/quic/crypto/null_decrypter.cc |
+++ b/net/quic/crypto/null_decrypter.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/crypto/null_decrypter.h" |
+ |
#include <stdint.h> |
-#include "net/quic/crypto/null_decrypter.h" |
#include "net/quic/quic_utils.h" |
#include "net/quic/quic_data_reader.h" |