Fix compilation errors on OS X

This commit is contained in:
Cheng Zhao 2016-03-08 23:28:28 +09:00
parent baf5f384cd
commit d3a39540b5
8 changed files with 31 additions and 22 deletions

View file

@ -57,6 +57,7 @@ class BrowserContext : public base::RefCounted<BrowserContext>,
content::PushMessagingService* GetPushMessagingService() override;
content::SSLHostStateDelegate* GetSSLHostStateDelegate() override;
content::PermissionManager* GetPermissionManager() override;
content::BackgroundSyncController* GetBackgroundSyncController() override;
net::URLRequestContextGetter* CreateRequestContext(
NetLog* net_log,