| 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 9c447275d21f22286612fab8e7f5dd74ad85f37f..314daa5f1ba5918c6a24d734bc3ca3f6666a9882 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -903,7 +903,8 @@ class CONTENT_EXPORT RenderFrameHostImpl : public RenderFrameHost,
|
| // response once it has started.
|
| scoped_ptr<StreamHandle> stream_handle_;
|
|
|
| - // Context shared for each PermissionService instance created for this RFH.
|
| + // Context shared for each mojom::PermissionService instance created for this
|
| + // RFH.
|
| scoped_ptr<PermissionServiceContext> permission_service_context_;
|
|
|
| // The frame's Mojo Shell service.
|
|
|