| Index: content/public/browser/resource_context.h
|
| diff --git a/content/public/browser/resource_context.h b/content/public/browser/resource_context.h
|
| index e96f7c235d7468560831c0f56bc1ec3253fbde7d..5a9419b8ddf61d363d6de26abb984efab4eaa4f5 100644
|
| --- a/content/public/browser/resource_context.h
|
| +++ b/content/public/browser/resource_context.h
|
| @@ -33,9 +33,7 @@ class AppCacheService;
|
| // the UI thread. It must be destructed on the IO thread.
|
| class CONTENT_EXPORT ResourceContext : public base::SupportsUserData {
|
| public:
|
| -#if !defined(OS_IOS)
|
| ResourceContext();
|
| -#endif
|
| ~ResourceContext() override;
|
| virtual net::HostResolver* GetHostResolver() = 0;
|
|
|
|
|