| Index: ui/views/corewm/tooltip.h
|
| diff --git a/ui/views/corewm/tooltip.h b/ui/views/corewm/tooltip.h
|
| index f714ac9a57ca5dd617700f5db55cc629de1bef92..7fb15bc32ca3cb7e53517a95709342b609b0e30a 100644
|
| --- a/ui/views/corewm/tooltip.h
|
| +++ b/ui/views/corewm/tooltip.h
|
| @@ -27,7 +27,7 @@ class VIEWS_EXPORT Tooltip {
|
|
|
| // Updates the text on the tooltip and resizes to fit.
|
| virtual void SetText(aura::Window* window,
|
| - const string16& tooltip_text,
|
| + const base::string16& tooltip_text,
|
| const gfx::Point& location) = 0;
|
|
|
| // Shows the tooltip at the specified location (in screen coordinates).
|
|
|