diff options
Diffstat (limited to 'views/widget/tooltip_manager_win.h')
-rw-r--r-- | views/widget/tooltip_manager_win.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/widget/tooltip_manager_win.h b/views/widget/tooltip_manager_win.h index d6a9a35..881ce20 100644 --- a/views/widget/tooltip_manager_win.h +++ b/views/widget/tooltip_manager_win.h @@ -28,7 +28,7 @@ class Widget; // TooltipManager implementation for Windows. // -// This class is intended to be used by WidgetWin. To use this, you must +// This class is intended to be used by NativeWidgetWin. To use this, you must // do the following: // Add the following to your MSG_MAP: // @@ -55,7 +55,7 @@ class Widget; // // Lastly, you'll need to override GetTooltipManager. // -// See WidgetWin for an example of this in action. +// See NativeWidgetWin for an example of this in action. class TooltipManagerWin : public TooltipManager { public: // Creates a TooltipManager for the specified Widget and parent window. |