| Index: services/device/generic_sensor/README.md
|
| diff --git a/device/generic_sensor/README.md b/services/device/generic_sensor/README.md
|
| similarity index 94%
|
| rename from device/generic_sensor/README.md
|
| rename to services/device/generic_sensor/README.md
|
| index bcf6b2b671015551ff471325fa0d90c7e2bd8cf7..a9e29e1a9a7827f9ee436588c8ef8baf9583dddb 100644
|
| --- a/device/generic_sensor/README.md
|
| +++ b/services/device/generic_sensor/README.md
|
| @@ -1,9 +1,9 @@
|
| # Sensors
|
|
|
| -`device/generic_sensor` contains the platform-specific parts of the Sensor APIs
|
| +`services/device/generic_sensor` contains the platform-specific parts of the Sensor APIs
|
| implementation.
|
|
|
| -Sensors Mojo interfaces are defined in the `public/interfaces` subdirectory.
|
| +Sensors Mojo interfaces are defined in the `services/public/interfaces` subdirectory.
|
|
|
| The JS bindings are implemented in `third_party/WebKit/Source/modules/sensor`.
|
|
|
|
|