Index: net/quic/core/quic_crypto_client_stream_factory.cc |
diff --git a/net/quic/quic_crypto_client_stream_factory.cc b/net/quic/core/quic_crypto_client_stream_factory.cc |
similarity index 91% |
rename from net/quic/quic_crypto_client_stream_factory.cc |
rename to net/quic/core/quic_crypto_client_stream_factory.cc |
index 94928d33d103eb7b506cb59467fcbae1ea79465e..af6e00340d58614cb3bd4dd2ba362664e43ac36d 100644 |
--- a/net/quic/quic_crypto_client_stream_factory.cc |
+++ b/net/quic/core/quic_crypto_client_stream_factory.cc |
@@ -2,12 +2,12 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "net/quic/quic_crypto_client_stream_factory.h" |
+#include "net/quic/core/quic_crypto_client_stream_factory.h" |
#include "base/lazy_instance.h" |
#include "net/quic/chromium/crypto/proof_verifier_chromium.h" |
#include "net/quic/chromium/quic_chromium_client_session.h" |
-#include "net/quic/quic_crypto_client_stream.h" |
+#include "net/quic/core/quic_crypto_client_stream.h" |
namespace net { |