| Index: chrome/browser/ui/cocoa/profiles/avatar_base_controller.h
 | 
| diff --git a/chrome/browser/ui/cocoa/profiles/avatar_base_controller.h b/chrome/browser/ui/cocoa/profiles/avatar_base_controller.h
 | 
| index 01d25271ceae5799e667b58264ed9163a7d35b77..8d2fb9767c0623192723446a17d2cb022484c02e 100644
 | 
| --- a/chrome/browser/ui/cocoa/profiles/avatar_base_controller.h
 | 
| +++ b/chrome/browser/ui/cocoa/profiles/avatar_base_controller.h
 | 
| @@ -44,7 +44,8 @@ class ProfileInfoUpdateObserver;
 | 
|  // Shows the avatar bubble in the given mode.
 | 
|  - (void)showAvatarBubbleAnchoredAt:(NSView*)anchor
 | 
|                            withMode:(BrowserWindow::AvatarBubbleMode)mode
 | 
| -                   withServiceType:(signin::GAIAServiceType)serviceType;
 | 
| +                   withServiceType:(signin::GAIAServiceType)serviceType
 | 
| +                   fromAccessPoint:(signin_metrics::AccessPoint)accessPoint;
 | 
|  
 | 
|  @end
 | 
|  
 | 
| 
 |