| Index: components/arc/user_data/arc_user_data_service.cc
|
| diff --git a/components/arc/user_data/arc_user_data_service.cc b/components/arc/user_data/arc_user_data_service.cc
|
| index e37f87824064c69c918d33469c17b40950f4bf14..1c464771cd434ca0897ae8c3719ba948eb7a7555 100644
|
| --- a/components/arc/user_data/arc_user_data_service.cc
|
| +++ b/components/arc/user_data/arc_user_data_service.cc
|
| @@ -31,7 +31,7 @@ ArcUserDataService::~ArcUserDataService() {
|
| arc_bridge_service()->RemoveObserver(this);
|
| }
|
|
|
| -void ArcUserDataService::OnBridgeStopped() {
|
| +void ArcUserDataService::OnBridgeStopped(ArcBridgeService::StopReason reason) {
|
| DCHECK(thread_checker_.CalledOnValidThread());
|
| const AccountId& account_id =
|
| user_manager::UserManager::Get()->GetPrimaryUser()->GetAccountId();
|
|
|