| Index: net/http/http_stream_factory_impl_request.h
|
| diff --git a/net/http/http_stream_factory_impl_request.h b/net/http/http_stream_factory_impl_request.h
|
| index 3a6bcc0251227aec64622dd92a4a6a7d86ce8df6..98b2e63a9838935fa22560173bbe9a24dbb2eb30 100644
|
| --- a/net/http/http_stream_factory_impl_request.h
|
| +++ b/net/http/http_stream_factory_impl_request.h
|
| @@ -88,10 +88,11 @@ class HttpStreamFactoryImpl::Request : public HttpStreamRequest {
|
|
|
| // HttpStreamRequest methods.
|
|
|
| - virtual int RestartTunnelWithProxyAuth(const AuthCredentials& credentials);
|
| - virtual LoadState GetLoadState() const;
|
| - virtual bool was_npn_negotiated() const;
|
| - virtual bool using_spdy() const;
|
| + virtual int RestartTunnelWithProxyAuth(
|
| + const AuthCredentials& credentials) OVERRIDE;
|
| + virtual LoadState GetLoadState() const OVERRIDE;
|
| + virtual bool was_npn_negotiated() const OVERRIDE;
|
| + virtual bool using_spdy() const OVERRIDE;
|
|
|
| private:
|
| // Used to orphan all jobs in |jobs_| other than |job| which becomes "bound"
|
|
|