Chromium Code Reviews| 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 8f19fa56d187d7305174236fb85b8d90fb6cd58e..c53918526fda505bdcaf2d68e1f2c1048b5dc1e0 100644 | 
| --- a/chrome/browser/ui/cocoa/profiles/avatar_base_controller.h | 
| +++ b/chrome/browser/ui/cocoa/profiles/avatar_base_controller.h | 
| @@ -41,7 +41,8 @@ class ProfileInfoUpdateObserver; | 
| // Shows the avatar bubble in the given mode. | 
| - (void)showAvatarBubble:(NSView*)anchor | 
| - withMode:(BrowserWindow::AvatarBubbleMode)mode; | 
| + withMode:(BrowserWindow::AvatarBubbleMode)mode | 
| + withServiceType:(signin::GAIAServiceType)GAIAServiceType ; | 
| 
 
Scott Hess - ex-Googler
2014/05/30 04:09:27
Excess space before ;.  Also, I think repeating th
 
Mike Lerman
2014/05/30 17:46:25
Done.
 
 | 
| @end |