| Index: net/quic/quic_config.h
|
| diff --git a/net/quic/quic_config.h b/net/quic/quic_config.h
|
| index 88ad8b6a91c602d7e5a4e6058d74269a2c4bb5c9..888d6392a3507f59c064869addf80843a5fd157a 100644
|
| --- a/net/quic/quic_config.h
|
| +++ b/net/quic/quic_config.h
|
| @@ -63,9 +63,7 @@ class NET_EXPORT_PRIVATE QuicNegotiableValue : public QuicConfigValue {
|
| QuicNegotiableValue(QuicTag tag, QuicConfigPresence presence);
|
| virtual ~QuicNegotiableValue();
|
|
|
| - bool negotiated() const {
|
| - return negotiated_;
|
| - }
|
| + bool negotiated() const { return negotiated_; }
|
|
|
| protected:
|
| bool negotiated_;
|
|
|