| 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..56f13a4dd27df7639342ed7b9ebb950d73606822 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 permission::mojom::PermissionService instance
|
| + // created for this
|
| // RPH.
|
| std::unique_ptr<PermissionServiceContext> permission_service_context_;
|
|
|
|
|