| Index: content/browser/renderer_host/render_process_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_process_host_impl.h b/content/browser/renderer_host/render_process_host_impl.h
|
| index f5646797ab5f86e35d90d8b11ec2aecff41548aa..1ace5896cd0a5acd28b3682d4cfeee58a596d774 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.h
|
| +++ b/content/browser/renderer_host/render_process_host_impl.h
|
| @@ -490,7 +490,8 @@ class CONTENT_EXPORT RenderProcessHostImpl
|
| // for UMA.
|
| int max_worker_count_;
|
|
|
| - // Context shared for each mojom::PermissionService instance created for this
|
| + // Context shared for each permissions::mojom::PermissionService instance
|
| + // created for this
|
| // RPH.
|
| std::unique_ptr<PermissionServiceContext> permission_service_context_;
|
|
|
|
|