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 fa0047918cd349b68e276508f47fecaf46a398e2..78a4d9479e36eb60c1a0afa78d7ab62d4daa35d4 100644 |
--- a/content/browser/frame_host/render_frame_host_impl.h |
+++ b/content/browser/frame_host/render_frame_host_impl.h |
@@ -929,7 +929,8 @@ class CONTENT_EXPORT RenderFrameHostImpl : public RenderFrameHost, |
// response once it has started. |
std::unique_ptr<StreamHandle> stream_handle_; |
- // Context shared for each mojom::PermissionService instance created for this |
+ // Context shared for each permission::mojom::PermissionService instance |
+ // created for this |
// RFH. |
std::unique_ptr<PermissionServiceContext> permission_service_context_; |