| 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 980704cf16b18af25807b656539ea3bc0105cdc3..08159dfd5646447675ef7bb9b1b6c7824f738c80 100644
|
| --- a/content/public/browser/render_frame_host.h
|
| +++ b/content/public/browser/render_frame_host.h
|
| @@ -184,6 +184,7 @@ class CONTENT_EXPORT RenderFrameHost : public IPC::Listener,
|
| private:
|
| // This interface should only be implemented inside content.
|
| friend class RenderFrameHostImpl;
|
| + friend class MockRenderFrameHost;
|
| RenderFrameHost() {}
|
| };
|
|
|
|
|