| Index: net/quic/quic_flow_controller_test.cc
|
| diff --git a/net/quic/quic_flow_controller_test.cc b/net/quic/quic_flow_controller_test.cc
|
| index 9a7e452f97de818b0c0a3d763810766a0543c793..64705765b23874d5c11f66d22249b5ef93ef0a63 100644
|
| --- a/net/quic/quic_flow_controller_test.cc
|
| +++ b/net/quic/quic_flow_controller_test.cc
|
| @@ -40,7 +40,7 @@ class QuicFlowControllerTest : public ::testing::Test {
|
| QuicByteCount send_window_;
|
| QuicByteCount receive_window_;
|
| scoped_ptr<QuicFlowController> flow_controller_;
|
| - MockHelper helper_;
|
| + MockConnectionHelper helper_;
|
| MockConnection connection_;
|
| };
|
|
|
|
|