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

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

Issue 2671333004: Convert class-full-of-statics CryptoTestUtils into a namespace (Closed)
Patch Set: Created 3 years, 10 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_client_stream.h
diff --git a/net/quic/core/quic_crypto_client_stream.h b/net/quic/core/quic_crypto_client_stream.h
index 6cbdad528c3ea6178f0a73c83c99dba3b0d1e5ce..7327f311b72a702621ffdcea6cdcff53c8de0d7e 100644
--- a/net/quic/core/quic_crypto_client_stream.h
+++ b/net/quic/core/quic_crypto_client_stream.h
@@ -21,7 +21,6 @@
namespace net {
namespace test {
-class CryptoTestUtils;
class QuicChromiumClientSessionPeer;
} // namespace test
@@ -142,7 +141,6 @@ class QUIC_EXPORT_PRIVATE QuicCryptoClientStream
QuicCryptoClientStream* stream_;
};
- friend class test::CryptoTestUtils;
friend class test::QuicChromiumClientSessionPeer;
enum State {
« no previous file with comments | « net/quic/core/quic_client_push_promise_index_test.cc ('k') | net/quic/core/quic_crypto_client_stream_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698