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

Unified Diff: device/battery/battery_status_manager_win.h

Issue 2801173004: Add '.mojom' suffix for battery mojom modules. (Closed)
Patch Set: Rebase only Created 3 years, 8 months 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_status_manager_mac.cc ('k') | device/battery/battery_status_manager_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/battery/battery_status_manager_win.h
diff --git a/device/battery/battery_status_manager_win.h b/device/battery/battery_status_manager_win.h
index f0a8f9efa033141fdcfff0a67303206c55ffcaf6..cb53f1cc6cf482147c1e9c949b12f13da37f5e3a 100644
--- a/device/battery/battery_status_manager_win.h
+++ b/device/battery/battery_status_manager_win.h
@@ -18,7 +18,7 @@ enum WinACLineStatus {
};
// Returns WebBatteryStatus corresponding to the given SYSTEM_POWER_STATUS.
-DEVICE_BATTERY_EXPORT BatteryStatus ComputeWebBatteryStatus(
+DEVICE_BATTERY_EXPORT mojom::BatteryStatus ComputeWebBatteryStatus(
const SYSTEM_POWER_STATUS& win_status);
} // namespace device
« no previous file with comments | « device/battery/battery_status_manager_mac.cc ('k') | device/battery/battery_status_manager_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698