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