| Index: components/offline_pages/core/prefetch/prefetch_request_test_base.h
|
| diff --git a/components/offline_pages/core/prefetch/prefetch_request_test_base.h b/components/offline_pages/core/prefetch/prefetch_request_test_base.h
|
| index 516db7cc0556e8efe1615f3400a7e4fd474ff54c..a45e94da7303ac49201a8e5431d3bd2137961e93 100644
|
| --- a/components/offline_pages/core/prefetch/prefetch_request_test_base.h
|
| +++ b/components/offline_pages/core/prefetch/prefetch_request_test_base.h
|
| @@ -23,6 +23,7 @@ class PrefetchRequestTestBase : public testing::Test {
|
| void RespondWithNetError(int net_error);
|
| void RespondWithHttpError(int http_error);
|
| void RespondWithData(const std::string& data);
|
| + net::TestURLFetcher* GetRunningFetcher();
|
|
|
| net::URLRequestContextGetter* request_context() const {
|
| return request_context_.get();
|
|
|