Cleanup URLRequestContextGetter.

In brightray line length limit is 100 so we could make code formatted more
tidy.
This commit is contained in:
Cheng Zhao 2014-08-20 15:19:25 +08:00
parent 3fefdcba0d
commit 6e420d5137
2 changed files with 31 additions and 42 deletions

View file

@ -47,13 +47,13 @@ class URLRequestContextGetter : public net::URLRequestContextGetter {
content::ProtocolHandlerScopedVector protocol_interceptors);
virtual ~URLRequestContextGetter();
net::HostResolver* host_resolver();
// net::URLRequestContextGetter:
virtual net::URLRequestContext* GetURLRequestContext() OVERRIDE;
virtual scoped_refptr<base::SingleThreadTaskRunner> GetNetworkTaskRunner() const OVERRIDE;
net::HostResolver* host_resolver();
private:
virtual scoped_refptr<base::SingleThreadTaskRunner>
GetNetworkTaskRunner() const OVERRIDE;
Delegate* delegate_;
base::FilePath base_path_;