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

Unified Diff: net/quic/quic_crypto_server_stream_test.cc

Issue 1415933006: QUIC - delete #ifdef USE_OPENSSL in unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix minor typos Created 5 years, 1 month 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/quic_crypto_server_stream_test.cc
diff --git a/net/quic/quic_crypto_server_stream_test.cc b/net/quic/quic_crypto_server_stream_test.cc
index 01a2db8b5505b506a9317fe06f97a89b3b6f1607..d9bbfe1c5ffa2687c239b1d5aa49305ddaab6efb 100644
--- a/net/quic/quic_crypto_server_stream_test.cc
+++ b/net/quic/quic_crypto_server_stream_test.cc
@@ -40,8 +40,6 @@ using testing::_;
namespace net {
namespace test {
-#if defined(USE_OPENSSL)
-
class QuicCryptoServerConfigPeer {
public:
static string GetPrimaryOrbit(const QuicCryptoServerConfig& config) {
@@ -426,7 +424,5 @@ TEST_P(QuicCryptoServerStreamTest, DoesPeerSupportStatelessRejects) {
} // namespace
-#endif
-
} // namespace test
} // namespace net

Powered by Google App Engine
This is Rietveld 408576698