| 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 ef503f002245ebf0682c24d027402f3e92851b1e..a429c656092135e589ca4a62b12765024e8bd436 100644
|
| --- a/chrome/browser/ui/cocoa/profiles/avatar_base_controller.mm
|
| +++ b/chrome/browser/ui/cocoa/profiles/avatar_base_controller.mm
|
| @@ -30,7 +30,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.
|
|
|