| Index: net/http/http_transaction_test_util.h
|
| diff --git a/net/http/http_transaction_test_util.h b/net/http/http_transaction_test_util.h
|
| index 34d8a25aa657483adcf68e98dd4126c1f8b84ff9..7744909c871681cd759aa0d8f5d582ae85e8c23b 100644
|
| --- a/net/http/http_transaction_test_util.h
|
| +++ b/net/http/http_transaction_test_util.h
|
| @@ -268,6 +268,8 @@ class MockNetworkTransaction
|
| // be initialized.
|
| unsigned int socket_log_id_;
|
|
|
| + bool done_reading_called_;
|
| +
|
| base::WeakPtrFactory<MockNetworkTransaction> weak_factory_;
|
|
|
| };
|
|
|