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

Unified Diff: third_party/WebKit/Source/modules/battery/BatteryDispatcher.cpp

Issue 1963973002: Makes BatteryDispatcher use the blink style mojo bindings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
Index: third_party/WebKit/Source/modules/battery/BatteryDispatcher.cpp
diff --git a/third_party/WebKit/Source/modules/battery/BatteryDispatcher.cpp b/third_party/WebKit/Source/modules/battery/BatteryDispatcher.cpp
index ca3d0e21b7846641afba56f9dd51efa7bcf092ce..49cba8617c8d9d760f975785230713ef39eca859 100644
--- a/third_party/WebKit/Source/modules/battery/BatteryDispatcher.cpp
+++ b/third_party/WebKit/Source/modules/battery/BatteryDispatcher.cpp
@@ -29,7 +29,7 @@ void BatteryDispatcher::queryNextStatus()
sameThreadBindForMojo(&BatteryDispatcher::onDidChange, this));
}
-void BatteryDispatcher::onDidChange(device::BatteryStatusPtr batteryStatus)
+void BatteryDispatcher::onDidChange(device::blink::BatteryStatusPtr batteryStatus)
{
queryNextStatus();
« no previous file with comments | « third_party/WebKit/Source/modules/battery/BatteryDispatcher.h ('k') | third_party/WebKit/Source/modules/battery/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698