diff options
Diffstat (limited to 'ash/tooltips/tooltip_controller.cc')
-rw-r--r-- | ash/tooltips/tooltip_controller.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/tooltips/tooltip_controller.cc b/ash/tooltips/tooltip_controller.cc index 7e10039..48a4d9b 100644 --- a/ash/tooltips/tooltip_controller.cc +++ b/ash/tooltips/tooltip_controller.cc @@ -313,7 +313,7 @@ void TooltipController::UpdateIfRequired() { } string16 tooltip_text; if (tooltip_window_) - tooltip_text = *aura::client::GetTooltipText(tooltip_window_); + tooltip_text = aura::client::GetTooltipText(tooltip_window_); // We add the !tooltip_->IsVisible() below because when we come here from // TooltipTimerFired(), the tooltip_text may not have changed but we still |