Index: net/http/http_stream_factory_impl.cc |
diff --git a/net/http/http_stream_factory_impl.cc b/net/http/http_stream_factory_impl.cc |
index 8b12dba4a0e9f121b7d708950f995d19bddb8831..9e932ee99cc0e3cf4ed6d415f8c684a4a0a56aa7 100644 |
--- a/net/http/http_stream_factory_impl.cc |
+++ b/net/http/http_stream_factory_impl.cc |
@@ -228,7 +228,7 @@ AlternateProtocolInfo HttpStreamFactoryImpl::GetAlternateProtocolRequestFor( |
} else { |
DCHECK_EQ(QUIC, alternate.protocol); |
if (!session_->params().enable_quic) |
- return kNoAlternateProtocol; |
+ return kNoAlternateProtocol; |
// TODO(rch): Figure out how to make QUIC iteract with PAC |
// scripts. By not re-writing the URL, we will query the PAC script |