Fix cpplint errors in url_request_context_getter.h

This commit is contained in:
Adam Roben 2013-11-17 18:43:46 -05:00
parent cf4d966958
commit 7a362b7413

View file

@ -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_;