Upgrade cpplint

This commit is contained in:
Cheng Zhao 2014-12-15 17:15:56 -08:00
parent 1641caf353
commit d50eeb04d5
6 changed files with 23 additions and 22 deletions

View file

@ -23,12 +23,12 @@ class AtomBrowserContext : public brightray::BrowserContext {
static AtomBrowserContext* Get();
// brightray::URLRequestContextGetter::Delegate:
virtual net::URLRequestJobFactory* CreateURLRequestJobFactory(
net::URLRequestJobFactory* CreateURLRequestJobFactory(
content::ProtocolHandlerMap* handlers,
content::URLRequestInterceptorScopedVector* interceptors) override;
// content::BrowserContext:
virtual content::BrowserPluginGuestManager* GetGuestManager() override;
content::BrowserPluginGuestManager* GetGuestManager() override;
AtomURLRequestJobFactory* job_factory() const { return job_factory_; }