Index: ui/aura_shell/shell_tooltip_manager.h |
diff --git a/ui/aura_shell/shell_tooltip_manager.h b/ui/aura_shell/shell_tooltip_manager.h |
index a9b301b60c1e8dd863814aa7e2fac39f6a7b1915..167b8f1120910034a5eb6b42511d007793c6bcc3 100644 |
--- a/ui/aura_shell/shell_tooltip_manager.h |
+++ b/ui/aura_shell/shell_tooltip_manager.h |
@@ -25,14 +25,13 @@ class Window; |
namespace aura_shell { |
// ShellTooltipManager provides tooltip functionality for aura shell. |
-class AURA_SHELL_EXPORT ShellTooltipManager : public aura::TooltipClient, |
- public aura::EventFilter, |
+class AURA_SHELL_EXPORT ShellTooltipManager : public aura::EventFilter, |
public aura::WindowObserver { |
public: |
ShellTooltipManager(); |
virtual ~ShellTooltipManager(); |
- // Overridden from aura::TooltipClient. |
+ // Updates the tooltip for window |target|. |
void UpdateTooltip(aura::Window* target); |
// Overridden from aura::EventFilter. |