Index: device/battery/battery_monitor.mojom |
diff --git a/device/battery/battery_monitor.mojom b/device/battery/battery_monitor.mojom |
index fa295916f54fddf9e384e90927bdf50df620269a..880685e61ca3263039827c1838d55ce742a3bf7b 100644 |
--- a/device/battery/battery_monitor.mojom |
+++ b/device/battery/battery_monitor.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. |
-import "device/battery/battery_status.mojom"; |
+module device; |
-module device { |
+import "device/battery/battery_status.mojom"; |
// A BatteryMonitor will periodically call its client's DidChange method. |
[Client=BatteryStatusObserver] |
@@ -14,5 +14,3 @@ interface BatteryMonitor { |
interface BatteryStatusObserver { |
DidChange(BatteryStatus status); |
}; |
- |
-} |