| Index: ui/views/controls/link.cc
|
| diff --git a/ui/views/controls/link.cc b/ui/views/controls/link.cc
|
| index e994137999857bd28ed60817b20a5c3616532705..82ed30d10b0e0ea0beb0686853f6b7bbc4676730 100644
|
| --- a/ui/views/controls/link.cc
|
| +++ b/ui/views/controls/link.cc
|
| @@ -172,7 +172,7 @@ void Link::SetFont(const gfx::Font& font) {
|
| RecalculateFont();
|
| }
|
|
|
| -void Link::SetText(const string16& text) {
|
| +void Link::SetText(const base::string16& text) {
|
| Label::SetText(text);
|
| // Disable focusability for empty links. Otherwise Label::GetInsets() will
|
| // give them an unconditional 1-px. inset on every side to allow for a focus
|
|
|