| Index: chrome/browser/ui/cocoa/profiles/avatar_base_controller.mm
|
| diff --git a/chrome/browser/ui/cocoa/profiles/avatar_base_controller.mm b/chrome/browser/ui/cocoa/profiles/avatar_base_controller.mm
|
| index 8a39e7314b245e37c99a86826e0676de7373112f..dfa48fc677ce226e1127a7bcccc48a6a8d327e6a 100644
|
| --- a/chrome/browser/ui/cocoa/profiles/avatar_base_controller.mm
|
| +++ b/chrome/browser/ui/cocoa/profiles/avatar_base_controller.mm
|
| @@ -28,7 +28,7 @@
|
| const CGFloat kMenuYOffsetAdjust = 1.0;
|
| // Offset needed to align the edge of the avatar bubble with the edge of the
|
| // avatar button.
|
| -const CGFloat kMenuXOffsetAdjust = 2.0;
|
| +const CGFloat kMenuXOffsetAdjust = 1.0;
|
|
|
| @interface AvatarBaseController (Private)
|
| // Shows the avatar bubble.
|
|
|