Index: device/wake_lock/public/interfaces/wake_lock_service.mojom |
diff --git a/third_party/WebKit/public/platform/modules/wake_lock/wake_lock_service.mojom b/device/wake_lock/public/interfaces/wake_lock_service.mojom |
similarity index 71% |
rename from third_party/WebKit/public/platform/modules/wake_lock/wake_lock_service.mojom |
rename to device/wake_lock/public/interfaces/wake_lock_service.mojom |
index e4453fa5c90206d2f60dcf841fc843b85d0f5c75..8c6e7a494c0f32fd97537713ab2222585860d65f 100644 |
--- a/third_party/WebKit/public/platform/modules/wake_lock/wake_lock_service.mojom |
+++ b/device/wake_lock/public/interfaces/wake_lock_service.mojom |
@@ -2,9 +2,9 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-module blink.mojom; |
+module device.mojom; |
-// WebLockService receives per-frame wake lock preference from its client. |
+// WebLockService receives wake lock preferences from its client. |
interface WakeLockService { |
RequestWakeLock(); |
CancelWakeLock(); |