| 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 5787a3ba5e0494b27ade9a6916d7290c7b6c49a7..39f8b81db1d0a4228c6ec1401370d8b36f4eff0e 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -920,9 +920,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,
|
|
|