| 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 c8b5dcc9fbd8a11090cd2d404fdbcc9cc96cc1bd..ce1cfe711c972544d27f69be2c8efc82590b78a3 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.cc
|
| +++ b/content/browser/frame_host/render_frame_host_impl.cc
|
| @@ -84,7 +84,7 @@
|
| #include "content/public/common/file_chooser_file_info.h"
|
| #include "content/public/common/file_chooser_params.h"
|
| #include "content/public/common/isolated_world_ids.h"
|
| -#include "content/public/common/mojo_shell_connection.h"
|
| +#include "content/public/common/service_manager_connection.h"
|
| #include "content/public/common/url_constants.h"
|
| #include "content/public/common/url_utils.h"
|
| #include "device/generic_sensor/sensor_provider_impl.h"
|
| @@ -830,7 +830,7 @@ void RenderFrameHostImpl::Create(
|
| // TODO(slan): Use the BrowserContext Connector instead. See crbug.com/638950.
|
| media::mojom::MediaServicePtr media_service;
|
| shell::Connector* connector =
|
| - MojoShellConnection::GetForProcess()->GetConnector();
|
| + ServiceManagerConnection::GetForProcess()->GetConnector();
|
| connector->ConnectToInterface("service:media", &media_service);
|
| media_service->CreateServiceFactory(std::move(request),
|
| std::move(interfaces));
|
|
|