| Index: components/arc/test/fake_arc_bridge_bootstrap.h
|
| diff --git a/components/arc/test/fake_arc_bridge_bootstrap.h b/components/arc/test/fake_arc_bridge_bootstrap.h
|
| index f9a9b2f8e253a110a73ad2617bb5a3c565e016cb..4291fe5b9ef74b5e4f56cede8f6fa30fcb99acd1 100644
|
| --- a/components/arc/test/fake_arc_bridge_bootstrap.h
|
| +++ b/components/arc/test/fake_arc_bridge_bootstrap.h
|
| @@ -24,7 +24,7 @@ class FakeArcBridgeBootstrap : public ArcBridgeBootstrap,
|
|
|
| private:
|
| // FakeArcBridgeInstance::Delegate:
|
| - void OnCrashed() override;
|
| + void OnStopped(StopReason reason) override;
|
|
|
| // Owned by the caller.
|
| FakeArcBridgeInstance* instance_;
|
|
|