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 NetworkDelegate;
|
||||||
|
|
||||||
class URLRequestContextGetter : public net::URLRequestContextGetter {
|
class URLRequestContextGetter : public net::URLRequestContextGetter {
|
||||||
public:
|
public:
|
||||||
URLRequestContextGetter(
|
URLRequestContextGetter(
|
||||||
const base::FilePath& base_path,
|
const base::FilePath& base_path,
|
||||||
base::MessageLoop* io_loop,
|
base::MessageLoop* io_loop,
|
||||||
|
@ -37,8 +37,9 @@ public:
|
||||||
net::HostResolver* host_resolver();
|
net::HostResolver* host_resolver();
|
||||||
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…
Add table
Add a link
Reference in a new issue