| Index: ui/aura/client/tooltip_client.h
|
| diff --git a/ui/aura/client/tooltip_client.h b/ui/aura/client/tooltip_client.h
|
| index eb6db2cb86093516758b73f95f485a3c7c2c3fb3..5db82f743368f96e9ea9119aed2a8b5a1364eccc 100644
|
| --- a/ui/aura/client/tooltip_client.h
|
| +++ b/ui/aura/client/tooltip_client.h
|
| @@ -24,7 +24,7 @@ class AURA_EXPORT TooltipClient {
|
| static int GetMaxWidth(int x, int y);
|
|
|
| // Informs the shell tooltip manager of change in tooltip for window |target|.
|
| - virtual void UpdateTooltip(Window* target) = 0;
|
| + static void UpdateTooltip(Window* target);
|
| };
|
|
|
| } // namespace aura
|
|
|