| Index: net/spdy/spdy_test_utils.h
|
| diff --git a/net/spdy/spdy_test_utils.h b/net/spdy/spdy_test_utils.h
|
| index eb27d66f4eeefe0f9e282e47bf7a1b5ec3b2e2ea..6737381c7c66391acd4e7aa01b8ff99c97b6cb7c 100644
|
| --- a/net/spdy/spdy_test_utils.h
|
| +++ b/net/spdy/spdy_test_utils.h
|
| @@ -93,7 +93,8 @@ class TestServerPushDelegate : public ServerPushDelegate {
|
| explicit TestServerPushDelegate();
|
| ~TestServerPushDelegate() override;
|
|
|
| - void OnPush(std::unique_ptr<ServerPushHelper> push_helper) override;
|
| + void OnPush(std::unique_ptr<ServerPushHelper> push_helper,
|
| + const NetLogWithSource& session_net_log) override;
|
|
|
| bool CancelPush(GURL url);
|
|
|
|
|