| Index: net/spdy/spdy_test_utils.cc
|
| diff --git a/net/spdy/spdy_test_utils.cc b/net/spdy/spdy_test_utils.cc
|
| index 16d39dbe13de2ee9c4fd9b2b45c7003ad7d8bbbe..6814025fafae80d349b0fa8cd97aede77b238d40 100644
|
| --- a/net/spdy/spdy_test_utils.cc
|
| +++ b/net/spdy/spdy_test_utils.cc
|
| @@ -168,7 +168,8 @@ TestServerPushDelegate::TestServerPushDelegate() {}
|
| TestServerPushDelegate::~TestServerPushDelegate() {}
|
|
|
| void TestServerPushDelegate::OnPush(
|
| - std::unique_ptr<ServerPushHelper> push_helper) {
|
| + std::unique_ptr<ServerPushHelper> push_helper,
|
| + const NetLogWithSource& session_net_log) {
|
| push_helpers[push_helper->GetURL()] = std::move(push_helper);
|
| }
|
|
|
|
|