Index: net/quic/quic_framer_test.cc |
diff --git a/net/quic/quic_framer_test.cc b/net/quic/quic_framer_test.cc |
index 8af9baf49216b6b443ea88f948dadaf405f9be61..497b91a74bad56a48239efa35f79480ce006e282 100644 |
--- a/net/quic/quic_framer_test.cc |
+++ b/net/quic/quic_framer_test.cc |
@@ -225,7 +225,7 @@ class TestQuicVisitor : public ::net::QuicFramerVisitorInterface { |
connection_close_frame_ = frame; |
} |
- virtual void OnGoAwayFrame(const QuicGoAwayFrame& frame) { |
+ virtual void OnGoAwayFrame(const QuicGoAwayFrame& frame) OVERRIDE { |
goaway_frame_ = frame; |
} |