Index: net/quic/quic_ack_notifier.cc |
diff --git a/net/quic/quic_ack_notifier.cc b/net/quic/quic_ack_notifier.cc |
index eaa339db1f85b535603c7b16eb9254d374166e87..187e3a8501afdd3b382965af1d7f08a9048a66b7 100644 |
--- a/net/quic/quic_ack_notifier.cc |
+++ b/net/quic/quic_ack_notifier.cc |
@@ -66,4 +66,4 @@ void QuicAckNotifier::OnPacketRetransmitted(int packet_payload_size) { |
retransmitted_byte_count_ += packet_payload_size; |
} |
-}; // namespace net |
+} // namespace net |