Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(406)

Unified Diff: third_party/WebKit/LayoutTests/sensor/resources/sensor-helpers.js

Issue 2865263002: Move //device/generic_sensor to be part of the internal implementation of the Device Service. (Closed)
Patch Set: code rebase Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) => {

Powered by Google App Engine
This is Rietveld 408576698