| Index: components/arc/boot_phase_monitor/arc_boot_phase_monitor_bridge.cc
|
| diff --git a/components/arc/boot_phase_monitor/arc_boot_phase_monitor_bridge.cc b/components/arc/boot_phase_monitor/arc_boot_phase_monitor_bridge.cc
|
| index e4af76afec3fd02570d2a38d38850d913fabe717..79a3e7d7e4ea51e109cb385ee0fdee276a4259de 100644
|
| --- a/components/arc/boot_phase_monitor/arc_boot_phase_monitor_bridge.cc
|
| +++ b/components/arc/boot_phase_monitor/arc_boot_phase_monitor_bridge.cc
|
| @@ -35,8 +35,8 @@ ArcBootPhaseMonitorBridge::~ArcBootPhaseMonitorBridge() {
|
|
|
| void ArcBootPhaseMonitorBridge::OnInstanceReady() {
|
| DCHECK(thread_checker_.CalledOnValidThread());
|
| - auto* instance =
|
| - arc_bridge_service()->boot_phase_monitor()->GetInstanceForMethod("Init");
|
| + auto* instance = ARC_GET_INSTANCE_FOR_METHOD(
|
| + arc_bridge_service()->boot_phase_monitor(), Init);
|
| DCHECK(instance);
|
| instance->Init(binding_.CreateInterfacePtrAndBind());
|
| }
|
|
|