| Index: device/wake_lock/public/interfaces/README.md
|
| diff --git a/device/wake_lock/public/interfaces/README.md b/device/wake_lock/public/interfaces/README.md
|
| index ee4679afd980744cd993487675179df9e3217a99..a178d683dbc664bc3bab751ce0cfefe52be8b300 100644
|
| --- a/device/wake_lock/public/interfaces/README.md
|
| +++ b/device/wake_lock/public/interfaces/README.md
|
| @@ -8,7 +8,7 @@ this coupling, the Wake Lock usage model on Android is as follows:
|
| enables the Wake Lock implementation to map (embedder-specific) context IDs to
|
| NativeViews.
|
| (2) For a given embedder-specific context, a trusted client
|
| -connects to the WakeLockContextProvider interface and gets a
|
| +connects to the WakeLockProvider interface and gets a
|
| WakeLockContext instance that is associated with that context.
|
| (3) That trusted client then forwards requests to bind wake locks from
|
| untrusted clients that are made within that context, with the Wake Lock
|
|
|