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

Unified Diff: device/battery/battery_status.mojom

Issue 698883005: Update mojo sdk to rev cfc99316100efdfa7d53d83f9e07f1d4d3765c21 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « device/battery/battery_monitor.mojom ('k') | device/serial/data_stream.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
};
-
-}
« no previous file with comments | « device/battery/battery_monitor.mojom ('k') | device/serial/data_stream.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698