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

Unified Diff: device/battery/battery_monitor.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 | « content/test/data/web_ui_test_mojo_bindings.mojom ('k') | device/battery/battery_status.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
-
-}
« no previous file with comments | « content/test/data/web_ui_test_mojo_bindings.mojom ('k') | device/battery/battery_status.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698