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

Unified Diff: device/battery/battery_status_manager_chromeos.cc

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.mojom ('k') | device/battery/battery_status_manager_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/battery/battery_status_manager_chromeos.cc
diff --git a/device/battery/battery_status_manager_chromeos.cc b/device/battery/battery_status_manager_chromeos.cc
index 1b3116cf8b6da491ee05ab9caecc29e9232f4c58..d5daa28b97a0d0b63bab4b5422befa60cd323342 100644
--- a/device/battery/battery_status_manager_chromeos.cc
+++ b/device/battery/battery_status_manager_chromeos.cc
@@ -81,7 +81,7 @@ class PowerManagerObserver
// chromeos::PowerManagerClient::Observer:
void PowerChanged(
const power_manager::PowerSupplyProperties& proto) override {
- BatteryStatus status;
+ mojom::BatteryStatus status;
// Use the default values if there is no battery in the system.
if (IsBatteryPresent(proto)) {
« no previous file with comments | « device/battery/battery_status.mojom ('k') | device/battery/battery_status_manager_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698