Index: components/arc/user_data/arc_user_data_service.h |
diff --git a/components/arc/user_data/arc_user_data_service.h b/components/arc/user_data/arc_user_data_service.h |
index 29405f9b9f64f3cac61c817645f0359d49157d6e..2bd3a03fd19a4ebbc0cf42f2b93b0b9f561854a1 100644 |
--- a/components/arc/user_data/arc_user_data_service.h |
+++ b/components/arc/user_data/arc_user_data_service.h |
@@ -30,7 +30,7 @@ class ArcUserDataService : public ArcService, |
// ArcBridgeService::Observer: |
// Called whenever the arc bridge is stopped to potentially remove data if |
// the user has not opted in. |
- void OnBridgeStopped() override; |
+ void OnBridgeStopped(ArcBridgeService::StopReason reason) override; |
private: |
base::ThreadChecker thread_checker_; |