| Index: net/quic/test_tools/simple_quic_framer.cc
|
| diff --git a/net/quic/test_tools/simple_quic_framer.cc b/net/quic/test_tools/simple_quic_framer.cc
|
| index 5213e5c082b08032915d9ef9e74624ed2785789e..fca7f7905706112e066c288eac1182d186bb2a2f 100644
|
| --- a/net/quic/test_tools/simple_quic_framer.cc
|
| +++ b/net/quic/test_tools/simple_quic_framer.cc
|
| @@ -107,8 +107,8 @@ class SimpleFramerVisitor : public QuicFramerVisitorInterface {
|
| return true;
|
| }
|
|
|
| - virtual bool OnWindowUpdateFrame(const QuicWindowUpdateFrame& frame)
|
| - OVERRIDE {
|
| + virtual bool OnWindowUpdateFrame(
|
| + const QuicWindowUpdateFrame& frame) OVERRIDE {
|
| window_update_frames_.push_back(frame);
|
| return true;
|
| }
|
|
|