diff --git a/net/third_party/quiche/src/quic/core/quic_path_validator.cc b/net/third_party/quiche/src/quic/core/quic_path_validator.cc index 0722216a8..834a491e0 100644 --- a/net/third_party/quiche/src/quic/core/quic_path_validator.cc +++ b/net/third_party/quiche/src/quic/core/quic_path_validator.cc @@ -68,7 +68,7 @@ void QuicPathValidator::OnPathResponse(const QuicPathFrameBuffer& probing_data, void QuicPathValidator::StartPathValidation( std::unique_ptr context, std::unique_ptr result_delegate) { - DCHECK_NE(nullptr, context); + DCHECK_NE(nullptr, context.get()); QUIC_DLOG(INFO) << "Start validating path " << *context << " via writer: " << context->WriterToUse(); if (path_context_ != nullptr) {