Index: net/quic/core/crypto/channel_id.cc |
diff --git a/net/quic/crypto/channel_id.cc b/net/quic/core/crypto/channel_id.cc |
similarity index 98% |
rename from net/quic/crypto/channel_id.cc |
rename to net/quic/core/crypto/channel_id.cc |
index 3d93be0ab875f17df144b36739d6b28b6f8a4418..0d989c84e5f21a4c5e32eefa5bcdeaacc09d3911 100644 |
--- a/net/quic/crypto/channel_id.cc |
+++ b/net/quic/core/crypto/channel_id.cc |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "net/quic/crypto/channel_id.h" |
+#include "net/quic/core/crypto/channel_id.h" |
#include <openssl/bn.h> |
#include <openssl/ec.h> |