Index: content/public/browser/resource_controller.h |
diff --git a/content/public/browser/resource_controller.h b/content/public/browser/resource_controller.h |
index e18d0ae0166516e4bac086c11e5d252271d07c91..387f91cd48b0a4f7c0abdba15a4ca6265b695e0a 100644 |
--- a/content/public/browser/resource_controller.h |
+++ b/content/public/browser/resource_controller.h |
@@ -20,7 +20,6 @@ class CONTENT_EXPORT ResourceController { |
virtual void CancelAndIgnore() = 0; |
virtual void CancelWithError(int error_code) = 0; |
virtual void Resume() = 0; |
- protected: |
virtual ~ResourceController() {} |
}; |