Fix cpplint errors in url_request_context_getter.h
This commit is contained in:
parent
cf4d966958
commit
7a362b7413
1 changed files with 4 additions and 3 deletions
|
@ -25,7 +25,7 @@ namespace brightray {
|
|||
class NetworkDelegate;
|
||||
|
||||
class URLRequestContextGetter : public net::URLRequestContextGetter {
|
||||
public:
|
||||
public:
|
||||
URLRequestContextGetter(
|
||||
const base::FilePath& base_path,
|
||||
base::MessageLoop* io_loop,
|
||||
|
@ -37,8 +37,9 @@ public:
|
|||
net::HostResolver* host_resolver();
|
||||
virtual net::URLRequestContext* GetURLRequestContext() OVERRIDE;
|
||||
|
||||
private:
|
||||
virtual scoped_refptr<base::SingleThreadTaskRunner> GetNetworkTaskRunner() const OVERRIDE;
|
||||
private:
|
||||
virtual scoped_refptr<base::SingleThreadTaskRunner>
|
||||
GetNetworkTaskRunner() const OVERRIDE;
|
||||
|
||||
base::FilePath base_path_;
|
||||
base::MessageLoop* io_loop_;
|
||||
|
|
Loading…
Reference in a new issue