| Index: ui/views/widget/tooltip_manager_win.h
|
| diff --git a/ui/views/widget/tooltip_manager_win.h b/ui/views/widget/tooltip_manager_win.h
|
| index e12dfbb2859e155d250a21e3a07d8c248bc21370..7d8e7a6bb856cb6677927a9580e000ea0a1c908f 100644
|
| --- a/ui/views/widget/tooltip_manager_win.h
|
| +++ b/ui/views/widget/tooltip_manager_win.h
|
| @@ -116,10 +116,10 @@ class TooltipManagerWin : public TooltipManager {
|
| bool last_view_out_of_sync_;
|
|
|
| // Text for tooltip from the view.
|
| - string16 tooltip_text_;
|
| + base::string16 tooltip_text_;
|
|
|
| // The clipped tooltip.
|
| - string16 clipped_text_;
|
| + base::string16 clipped_text_;
|
|
|
| // Number of lines in the tooltip.
|
| int line_count_;
|
|
|