| 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 c826427d37f2dfcaa63cec44649612867b937e31..aa18a8d259ff92444625f0ac23f0024fc6ab9210 100644
|
| --- a/chrome/browser/chromeos/arc/arc_auth_service.h
|
| +++ b/chrome/browser/chromeos/arc/arc_auth_service.h
|
| @@ -122,7 +122,7 @@ class ArcAuthService : public ArcService,
|
|
|
| // ArcBridgeService::Observer:
|
| void OnAuthInstanceReady() override;
|
| - void OnBridgeStopped() override;
|
| + void OnBridgeStopped(ArcBridgeService::StopReason reason) override;
|
|
|
| // AuthHost:
|
| // For security reason this code can be used only once and exists for specific
|
|
|