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

Unified Diff: net/quic/core/crypto/quic_decrypter.cc

Issue 2631613002: Revert of Add quic_logging (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « net/quic/core/crypto/quic_crypto_server_config.cc ('k') | net/quic/core/crypto/quic_encrypter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/crypto/quic_decrypter.cc
diff --git a/net/quic/core/crypto/quic_decrypter.cc b/net/quic/core/crypto/quic_decrypter.cc
index f7719144bcf357bda7063ffbc512ebc1e553ca31..2ff6f33e8feba3e711b3e05949cd03773cee9b00 100644
--- a/net/quic/core/crypto/quic_decrypter.cc
+++ b/net/quic/core/crypto/quic_decrypter.cc
@@ -9,7 +9,6 @@
#include "net/quic/core/crypto/chacha20_poly1305_decrypter.h"
#include "net/quic/core/crypto/crypto_protocol.h"
#include "net/quic/core/crypto/null_decrypter.h"
-#include "net/quic/platform/api/quic_logging.h"
using base::StringPiece;
using std::string;
@@ -24,7 +23,7 @@
case kCC20:
return new ChaCha20Poly1305Decrypter();
default:
- QUIC_LOG(FATAL) << "Unsupported algorithm: " << algorithm;
+ LOG(FATAL) << "Unsupported algorithm: " << algorithm;
return nullptr;
}
}
« no previous file with comments | « net/quic/core/crypto/quic_crypto_server_config.cc ('k') | net/quic/core/crypto/quic_encrypter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698