| 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 af85a4e8b055b9c5d3529cbe8b4e2a1808adf52a..83de031c015d0ae51a9153df980909ad6a0f5e01 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -912,9 +912,8 @@ class CONTENT_EXPORT RenderFrameHostImpl
|
| // Callback for connection error on the media::mojom::InterfaceFactory client.
|
| void OnMediaInterfaceFactoryConnectionError();
|
|
|
| - void BindWakeLockServiceRequest(
|
| - const service_manager::BindSourceInfo& source_info,
|
| - device::mojom::WakeLockServiceRequest request);
|
| + void BindWakeLockRequest(const service_manager::BindSourceInfo& source_info,
|
| + device::mojom::WakeLockRequest request);
|
|
|
| #if defined(OS_ANDROID)
|
| void BindNFCRequest(const service_manager::BindSourceInfo& source_info,
|
|
|