| 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 eafc138925f2fd617c691434c72c345ebc61eacc..3ab7d9587510e3929fbaa7116ae99c62a5332732 100644
|
| --- a/net/http/http_stream_factory_impl_request.h
|
| +++ b/net/http/http_stream_factory_impl_request.h
|
| @@ -99,12 +99,12 @@ class HttpStreamFactoryImpl::Request : public HttpStreamRequest {
|
| // HttpStreamRequest methods.
|
|
|
| virtual int RestartTunnelWithProxyAuth(
|
| - const AuthCredentials& credentials) OVERRIDE;
|
| - virtual void SetPriority(RequestPriority priority) OVERRIDE;
|
| - virtual LoadState GetLoadState() const OVERRIDE;
|
| - virtual bool was_npn_negotiated() const OVERRIDE;
|
| - virtual NextProto protocol_negotiated() const OVERRIDE;
|
| - virtual bool using_spdy() const OVERRIDE;
|
| + const AuthCredentials& credentials) override;
|
| + virtual void SetPriority(RequestPriority priority) override;
|
| + virtual LoadState GetLoadState() const override;
|
| + virtual bool was_npn_negotiated() const override;
|
| + virtual NextProto protocol_negotiated() const override;
|
| + virtual bool using_spdy() const override;
|
|
|
| private:
|
| // Used to orphan all jobs in |jobs_| other than |job| which becomes "bound"
|
|
|