| Index: content/public/browser/render_frame_host.h
|
| diff --git a/content/public/browser/render_frame_host.h b/content/public/browser/render_frame_host.h
|
| index a5a49f24ef25089fd218023b05f52bfa44abad7e..9b6344f3bae54ec65a6bffd35bc7e62a51d92871 100644
|
| --- a/content/public/browser/render_frame_host.h
|
| +++ b/content/public/browser/render_frame_host.h
|
| @@ -14,6 +14,9 @@ namespace content {
|
| // The interface provides a communication conduit with a frame in the renderer.
|
| class CONTENT_EXPORT RenderFrameHost : public IPC::Listener,
|
| public IPC::Sender {
|
| + public:
|
| + virtual ~RenderFrameHost() {}
|
| +
|
| private:
|
| // This interface should only be implemented inside content.
|
| friend class RenderFrameHostImpl;
|
|
|