| Index: ui/views/corewm/tooltip_win.h
|
| diff --git a/ui/views/corewm/tooltip_win.h b/ui/views/corewm/tooltip_win.h
|
| index e454aac87738bbf23f4566789923906cfccd5b2a..b031a3204ebb65d05bcd810375362f4b71f2e694 100644
|
| --- a/ui/views/corewm/tooltip_win.h
|
| +++ b/ui/views/corewm/tooltip_win.h
|
| @@ -24,7 +24,7 @@ class VIEWS_EXPORT TooltipWin : public Tooltip {
|
| explicit TooltipWin(HWND parent);
|
| virtual ~TooltipWin();
|
|
|
| - // HandleNotify() is forwarded from DesktopRootWindowHostWin to keep the
|
| + // HandleNotify() is forwarded from DesktopWindowTreeHostWin to keep the
|
| // native tooltip in sync.
|
| bool HandleNotify(int w_param, NMHDR* l_param, LRESULT* l_result);
|
|
|
|
|