Index: content/browser/frame_host/render_frame_host_impl.cc |
diff --git a/content/browser/frame_host/render_frame_host_impl.cc b/content/browser/frame_host/render_frame_host_impl.cc |
index ef5757eb0670c6d58dd48733482f36ec6f25e1ff..ab45b03b026d6331e1f3160ef5868411ac7e985f 100644 |
--- a/content/browser/frame_host/render_frame_host_impl.cc |
+++ b/content/browser/frame_host/render_frame_host_impl.cc |
@@ -1892,7 +1892,7 @@ void RenderFrameHostImpl::RegisterMojoServices() { |
if (!permission_service_context_) |
permission_service_context_.reset(new PermissionServiceContext(this)); |
- GetServiceRegistry()->AddService<mojom::PermissionService>( |
+ GetServiceRegistry()->AddService( |
base::Bind(&PermissionServiceContext::CreateService, |
base::Unretained(permission_service_context_.get()))); |