Index: third_party/WebKit/LayoutTests/sensor/resources/sensor-helpers.js |
diff --git a/third_party/WebKit/LayoutTests/sensor/resources/sensor-helpers.js b/third_party/WebKit/LayoutTests/sensor/resources/sensor-helpers.js |
index c1178c44fc2043811b2cd7bc9d95ba22c96b94dc..1a081841583ba4e12ae9e292c06895bedcccb85c 100644 |
--- a/third_party/WebKit/LayoutTests/sensor/resources/sensor-helpers.js |
+++ b/third_party/WebKit/LayoutTests/sensor/resources/sensor-helpers.js |
@@ -21,8 +21,8 @@ function sensor_mocks(mojo) { |
return define('Generic Sensor API mocks', [ |
'mojo/public/js/core', |
'mojo/public/js/bindings', |
- 'device/generic_sensor/public/interfaces/sensor_provider.mojom', |
- 'device/generic_sensor/public/interfaces/sensor.mojom', |
+ 'services/device/public/interfaces/sensor_provider.mojom', |
+ 'services/device/public/interfaces/sensor.mojom', |
'services/device/public/interfaces/constants.mojom', |
], (core, bindings, sensor_provider, sensor, deviceConstants) => { |