| Index: chrome/browser/chromeos/arc/arc_auth_service.h
|
| diff --git a/chrome/browser/chromeos/arc/arc_auth_service.h b/chrome/browser/chromeos/arc/arc_auth_service.h
|
| index d86d93f97063180244932ade7f347e83f110617b..61c7ff19acaf72515e80ad1dcbef5ee0a0b02fc1 100644
|
| --- a/chrome/browser/chromeos/arc/arc_auth_service.h
|
| +++ b/chrome/browser/chromeos/arc/arc_auth_service.h
|
| @@ -124,7 +124,7 @@ class ArcAuthService : public ArcService,
|
| void RemoveObserver(Observer* observer);
|
|
|
| // ArcBridgeService::Observer:
|
| - void OnBridgeStopped() override;
|
| + void OnBridgeStopped(ArcBridgeService::StopReason reason) override;
|
|
|
| // InstanceHolder<mojom::AuthInstance>::Observer:
|
| void OnInstanceReady() override;
|
|
|