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

Unified Diff: third_party/WebKit/Source/modules/battery/BatteryDispatcher.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 | « services/device/manifest.json ('k') | third_party/WebKit/Source/modules/battery/BatteryDispatcher.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/battery/BatteryDispatcher.h
diff --git a/third_party/WebKit/Source/modules/battery/BatteryDispatcher.h b/third_party/WebKit/Source/modules/battery/BatteryDispatcher.h
index da321663ddb1c950cc98fe2a8063cc6af830aae0..d02fbcfb9cbea3497bc8032ba7dc425b07a4ff66 100644
--- a/third_party/WebKit/Source/modules/battery/BatteryDispatcher.h
+++ b/third_party/WebKit/Source/modules/battery/BatteryDispatcher.h
@@ -30,14 +30,14 @@ class MODULES_EXPORT BatteryDispatcher final
BatteryDispatcher();
void queryNextStatus();
- void onDidChange(device::blink::BatteryStatusPtr);
+ void onDidChange(device::mojom::blink::BatteryStatusPtr);
void updateBatteryStatus(const BatteryStatus&);
// Inherited from PlatformEventDispatcher.
void startListening() override;
void stopListening() override;
- device::blink::BatteryMonitorPtr m_monitor;
+ device::mojom::blink::BatteryMonitorPtr m_monitor;
BatteryStatus m_batteryStatus;
bool m_hasLatestData;
};
« no previous file with comments | « services/device/manifest.json ('k') | third_party/WebKit/Source/modules/battery/BatteryDispatcher.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698