| Index: net/http/http_stream_factory_test_util.h
|
| diff --git a/net/http/http_stream_factory_test_util.h b/net/http/http_stream_factory_test_util.h
|
| index 91551efd0ec40328ac38459d78cf00859fb4d6c3..39df572d67760fb0eb45c9abd7b796b84a7b85f2 100644
|
| --- a/net/http/http_stream_factory_test_util.h
|
| +++ b/net/http/http_stream_factory_test_util.h
|
| @@ -120,8 +120,6 @@ class MockHttpStreamFactoryImplJob : public HttpStreamFactoryImpl::Job {
|
|
|
| MOCK_METHOD0(Resume, void());
|
|
|
| - MOCK_METHOD1(MarkOtherJobComplete, void(const Job& job));
|
| -
|
| MOCK_METHOD0(Orphan, void());
|
| };
|
|
|
|
|