| Index: device/battery/battery_status.mojom
|
| diff --git a/device/battery/battery_status.mojom b/device/battery/battery_status.mojom
|
| index 6e9ba4654933864c9f8f2d231fd2da6f0ecb1dbb..f89808c85dfee6999b932cfe14e733d8d3c0dd45 100644
|
| --- a/device/battery/battery_status.mojom
|
| +++ b/device/battery/battery_status.mojom
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -module device {
|
| +module device;
|
|
|
| struct BatteryStatus {
|
| bool charging = true;
|
| @@ -10,5 +10,3 @@ struct BatteryStatus {
|
| double discharging_time = double.INFINITY;
|
| double level = 1.0;
|
| };
|
| -
|
| -}
|
|
|