| Index: ui/views/corewm/tooltip_aura.h
|
| diff --git a/ui/views/corewm/tooltip_aura.h b/ui/views/corewm/tooltip_aura.h
|
| index 97f3737aa8eaf4a77444f296c242d812c1bcd1b0..f267236f468a12b143ad5a71edfd859666a59271 100644
|
| --- a/ui/views/corewm/tooltip_aura.h
|
| +++ b/ui/views/corewm/tooltip_aura.h
|
| @@ -28,7 +28,7 @@ class VIEWS_EXPORT TooltipAura : public Tooltip, public WidgetObserver {
|
| // give the location of the tooltip in screen coordinates. |max_width| comes
|
| // from GetMaxWidth().
|
| static void TrimTooltipToFit(int max_width,
|
| - string16* text,
|
| + base::string16* text,
|
| int* width,
|
| int* line_count);
|
|
|
| @@ -53,7 +53,7 @@ class VIEWS_EXPORT TooltipAura : public Tooltip, public WidgetObserver {
|
|
|
| // Tooltip:
|
| virtual void SetText(aura::Window* window,
|
| - const string16& tooltip_text,
|
| + const base::string16& tooltip_text,
|
| const gfx::Point& location) OVERRIDE;
|
| virtual void Show() OVERRIDE;
|
| virtual void Hide() OVERRIDE;
|
|
|