| Index: net/websockets/websocket_job_spdy2_unittest.cc
|
| ===================================================================
|
| --- net/websockets/websocket_job_spdy2_unittest.cc (revision 147972)
|
| +++ net/websockets/websocket_job_spdy2_unittest.cc (working copy)
|
| @@ -304,7 +304,8 @@
|
| }
|
|
|
| virtual int CreateTransaction(
|
| - scoped_ptr<net::HttpTransaction>* trans) OVERRIDE {
|
| + scoped_ptr<net::HttpTransaction>* trans,
|
| + net::HttpTransactionDelegate* delegate) OVERRIDE {
|
| NOTREACHED();
|
| return net::ERR_UNEXPECTED;
|
| }
|
|
|