Update cpplint
This commit is contained in:
parent
56747e975e
commit
95d28c398e
14 changed files with 77 additions and 77 deletions
|
@ -40,9 +40,9 @@ class BrowserContext : public content::BrowserContext,
|
|||
virtual void RegisterPrefs(PrefRegistrySimple* pref_registry) {}
|
||||
|
||||
// URLRequestContextGetter::Delegate:
|
||||
virtual net::NetworkDelegate* CreateNetworkDelegate() override;
|
||||
net::NetworkDelegate* CreateNetworkDelegate() override;
|
||||
|
||||
virtual base::FilePath GetPath() const override;
|
||||
base::FilePath GetPath() const override;
|
||||
|
||||
private:
|
||||
class ResourceContext;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue