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
|
@ -38,7 +38,8 @@ public:
|
||||||
virtual net::URLRequestContext* GetURLRequestContext() OVERRIDE;
|
virtual net::URLRequestContext* GetURLRequestContext() OVERRIDE;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
virtual scoped_refptr<base::SingleThreadTaskRunner> GetNetworkTaskRunner() const OVERRIDE;
|
virtual scoped_refptr<base::SingleThreadTaskRunner>
|
||||||
|
GetNetworkTaskRunner() const OVERRIDE;
|
||||||
|
|
||||||
base::FilePath base_path_;
|
base::FilePath base_path_;
|
||||||
base::MessageLoop* io_loop_;
|
base::MessageLoop* io_loop_;
|
||||||
|
|
Loading…
Reference in a new issue