| Index: chrome/browser/ui/panels/panel_titlebar_view_cocoa.mm
|
| diff --git a/chrome/browser/ui/panels/panel_titlebar_view_cocoa.mm b/chrome/browser/ui/panels/panel_titlebar_view_cocoa.mm
|
| index 644da1ef88e1c323962918c5425c1177b2197302..0f367fc155ebef6adda43e8f9fd3937a37352559 100644
|
| --- a/chrome/browser/ui/panels/panel_titlebar_view_cocoa.mm
|
| +++ b/chrome/browser/ui/panels/panel_titlebar_view_cocoa.mm
|
| @@ -77,7 +77,7 @@ const int kCloseButtonLeftPadding = 8;
|
| NSMaxY(rootViewBounds) - NSMaxY(contentFrame));
|
| [self setFrame:titlebarFrame];
|
|
|
| - // Update layout of controls in the title bar.
|
| + // Update layout of controls in the titlebar.
|
| [self updateCloseButtonLayout];
|
|
|
| // Set autoresizing behavior: glued to edges on left, top and right.
|
|
|