| Index: chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm
|
| diff --git a/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm b/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm
|
| index 2ce435077044de7c80f1f740283125e23ac262d9..da5705bea2c72f57d69f622dcd13ebe942eee94a 100644
|
| --- a/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm
|
| +++ b/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm
|
| @@ -1203,7 +1203,8 @@ class ActiveProfileObserverBridge : public AvatarMenuObserver,
|
|
|
| - (IBAction)showSignoutSigninView:(id)sender {
|
| if (ProfileSyncServiceFactory::GetForProfile(browser_->profile()))
|
| - ProfileSyncService::SyncEvent(ProfileSyncService::STOP_FROM_OPTIONS);
|
| + browser_sync::ProfileSyncService::SyncEvent(
|
| + browser_sync::ProfileSyncService::STOP_FROM_OPTIONS);
|
| SigninManagerFactory::GetForProfile(browser_->profile())
|
| ->SignOut(signin_metrics::USER_CLICKED_SIGNOUT_SETTINGS,
|
| signin_metrics::SignoutDelete::IGNORE_METRIC);
|
|
|