Index: content/browser/battery_status/battery_monitor_integration_browsertest.cc |
diff --git a/content/browser/battery_status/battery_monitor_integration_browsertest.cc b/content/browser/battery_status/battery_monitor_integration_browsertest.cc |
index 2851c50b6136e14f51a4a12551ed628cbc19b450..8356f52a62fd02a5d6dfffd9bc0c4bd969ba2549 100644 |
--- a/content/browser/battery_status/battery_monitor_integration_browsertest.cc |
+++ b/content/browser/battery_status/battery_monitor_integration_browsertest.cc |
@@ -91,7 +91,9 @@ class FakeBatteryMonitor : public device::BatteryMonitor { |
// declared above. |
class TestContentBrowserClient : public ContentBrowserClient { |
public: |
- void RegisterRenderProcessMojoServices(ServiceRegistry* registry) override { |
+ void RegisterRenderProcessMojoServices( |
+ ServiceRegistry* registry, |
+ RenderProcessHost* render_process_host) override { |
registry->AddService(base::Bind(&FakeBatteryMonitor::Create)); |
} |