| 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 e936ac9de01d745783c1f2981d98f55df3a60664..96afead791d093370df60d641e968f2d653e2913 100644
 | 
| --- a/net/http/http_transaction_test_util.h
 | 
| +++ b/net/http/http_transaction_test_util.h
 | 
| @@ -280,6 +280,8 @@ class MockNetworkTransaction
 | 
|  
 | 
|    bool done_reading_called_;
 | 
|  
 | 
| +  CompletionCallback resume_start_callback_;  // used for pause and restart.
 | 
| +
 | 
|    base::WeakPtrFactory<MockNetworkTransaction> weak_factory_;
 | 
|  
 | 
|  };
 | 
| 
 |