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

Unified Diff: net/quic/chromium/quic_crypto_client_stream_factory.h

Issue 2565563002: Move various Chromium QUIC files to net/quic/chromium where they belong (Closed)
Patch Set: Created 4 years 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/chromium/quic_crypto_client_stream_factory.h
diff --git a/net/quic/core/quic_crypto_client_stream_factory.h b/net/quic/chromium/quic_crypto_client_stream_factory.h
similarity index 83%
rename from net/quic/core/quic_crypto_client_stream_factory.h
rename to net/quic/chromium/quic_crypto_client_stream_factory.h
index 319d7d57855252af18a2e35ca43d2bafb694efae..8a4a9a1df4c0466335a282e3942e6d7e0d748368 100644
--- a/net/quic/core/quic_crypto_client_stream_factory.h
+++ b/net/quic/chromium/quic_crypto_client_stream_factory.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef NET_QUIC_QUIC_CRYPTO_CLIENT_STREAM_FACTORY_H_
-#define NET_QUIC_QUIC_CRYPTO_CLIENT_STREAM_FACTORY_H_
+#ifndef NET_QUIC_CHROMIUM_QUIC_CRYPTO_CLIENT_STREAM_FACTORY_H_
+#define NET_QUIC_CHROMIUM_QUIC_CRYPTO_CLIENT_STREAM_FACTORY_H_
#include <memory>
#include <string>
@@ -35,4 +35,4 @@ class NET_EXPORT QuicCryptoClientStreamFactory {
} // namespace net
-#endif // NET_QUIC_QUIC_CRYPTO_CLIENT_STREAM_FACTORY_H_
+#endif // NET_QUIC_CHROMIUM_QUIC_CRYPTO_CLIENT_STREAM_FACTORY_H_
« no previous file with comments | « net/quic/chromium/quic_chromium_client_stream.cc ('k') | net/quic/chromium/quic_crypto_client_stream_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698