Index: net/quic/crypto/channel_id.h |
diff --git a/net/quic/crypto/channel_id.h b/net/quic/crypto/channel_id.h |
index cfa618fc2d75c1560065583bf62193b3f94b08d5..7d29932406ba018bfeae7c886dd503157ee8f070 100644 |
--- a/net/quic/crypto/channel_id.h |
+++ b/net/quic/crypto/channel_id.h |
@@ -18,7 +18,7 @@ namespace net { |
// ChannelID key. |
class NET_EXPORT_PRIVATE ChannelIDKey { |
public: |
- virtual ~ChannelIDKey() { } |
+ virtual ~ChannelIDKey() {} |
// Sign signs |signed_data| using the ChannelID private key and puts the |
// signature into |out_signature|. It returns true on success. |