Chromium Code Reviews| Index: content/browser/frame_host/render_frame_host_impl.h |
| diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h |
| index f16156e8a966379d62a21f09cbc37307b6f80ccc..cf9fd184602f3b9902dc4aec33e0f2d944b84289 100644 |
| --- a/content/browser/frame_host/render_frame_host_impl.h |
| +++ b/content/browser/frame_host/render_frame_host_impl.h |
| @@ -99,6 +99,10 @@ struct FileChooserParams; |
| struct Referrer; |
| struct ResourceResponse; |
| +namespace mojom { |
| +class WebSocket; |
|
jam
2016/08/04 18:10:43
nit: not needed
|
| +} |
| + |
| class CONTENT_EXPORT RenderFrameHostImpl |
| : public RenderFrameHost, |
| NON_EXPORTED_BASE(public mojom::FrameHost), |