| Index: ui/views/widget/tooltip_manager_win.cc
|
| diff --git a/ui/views/widget/tooltip_manager_win.cc b/ui/views/widget/tooltip_manager_win.cc
|
| index f03d8589fda3e9d76d0bc691a4abc5b6f06ae86f..df2d294068765cdfc6de9bcb5353e21cb95c960b 100644
|
| --- a/ui/views/widget/tooltip_manager_win.cc
|
| +++ b/ui/views/widget/tooltip_manager_win.cc
|
| @@ -243,7 +243,7 @@ bool TooltipManagerWin::SetTooltipPosition(int text_x, int text_y) {
|
| }
|
|
|
| int TooltipManagerWin::CalcTooltipHeight() {
|
| - // Ask the tooltip for it's font.
|
| + // Ask the tooltip for its font.
|
| int height;
|
| HFONT hfont = reinterpret_cast<HFONT>(
|
| SendMessage(tooltip_hwnd_, WM_GETFONT, 0, 0));
|
|
|