Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(500)

Unified Diff: net/quic/core/quic_crypto_server_stream.h

Issue 2193073003: Move shared files in net/quic/ into net/quic/core/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: io_thread_unittest.cc Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/quic/core/quic_crypto_server_stream.h
diff --git a/net/quic/quic_crypto_server_stream.h b/net/quic/core/quic_crypto_server_stream.h
similarity index 96%
rename from net/quic/quic_crypto_server_stream.h
rename to net/quic/core/quic_crypto_server_stream.h
index f7137465cd2c0c8976195c3d523fc9ac3c38aeb9..dcf18bed46f76532e680e1bf767862fcbb050d2a 100644
--- a/net/quic/quic_crypto_server_stream.h
+++ b/net/quic/core/quic_crypto_server_stream.h
@@ -10,12 +10,12 @@
#include <string>
#include "base/macros.h"
-#include "net/quic/crypto/crypto_handshake.h"
-#include "net/quic/crypto/quic_compressed_certs_cache.h"
-#include "net/quic/crypto/quic_crypto_server_config.h"
-#include "net/quic/proto/source_address_token.pb.h"
-#include "net/quic/quic_config.h"
-#include "net/quic/quic_crypto_stream.h"
+#include "net/quic/core/crypto/crypto_handshake.h"
+#include "net/quic/core/crypto/quic_compressed_certs_cache.h"
+#include "net/quic/core/crypto/quic_crypto_server_config.h"
+#include "net/quic/core/proto/source_address_token.pb.h"
+#include "net/quic/core/quic_config.h"
+#include "net/quic/core/quic_crypto_stream.h"
namespace net {
« no previous file with comments | « net/quic/core/quic_crypto_framer_parse_message_fuzzer.cc ('k') | net/quic/core/quic_crypto_server_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698