Index: content/public/browser/resource_context.h |
diff --git a/content/public/browser/resource_context.h b/content/public/browser/resource_context.h |
index 9c15bd62c7c0a884406d11f52068a56e2085771d..3a3fafe0d1aa6dc78d4834c34d216f44c530eec6 100644 |
--- a/content/public/browser/resource_context.h |
+++ b/content/public/browser/resource_context.h |
@@ -32,12 +32,10 @@ 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) |
- virtual ~ResourceContext() {} |
-#else |
+#if !defined(OS_IOS) |
ResourceContext(); |
- ~ResourceContext() override; |
#endif |
+ ~ResourceContext() override; |
virtual net::HostResolver* GetHostResolver() = 0; |
// DEPRECATED: This is no longer a valid given isolated apps/sites and |