Chromium Code Reviews| Index: ui/views/controls/link.cc |
| diff --git a/ui/views/controls/link.cc b/ui/views/controls/link.cc |
| index 5a5729acc9717213a8a200aacc2c60f206f9650f..d02a0b89c73b17903743a0d3e3b8621d5d2bea7d 100644 |
| --- a/ui/views/controls/link.cc |
| +++ b/ui/views/controls/link.cc |
| @@ -205,7 +205,7 @@ void Link::Init() { |
| SetPressedColor(SK_ColorRED); |
| #endif |
| RecalculateFont(); |
| - set_focusable(true); |
| + SetFocusable(true); |
| } |
| void Link::SetPressed(bool pressed) { |