| Index: ui/views/controls/button/text_button.h
|
| diff --git a/ui/views/controls/button/text_button.h b/ui/views/controls/button/text_button.h
|
| index 18d2ba2721b11699a59991b490596bef4f5e31a5..4dc61577803ea3a7a6e4890546dfbc0b2f4a4b7a 100644
|
| --- a/ui/views/controls/button/text_button.h
|
| +++ b/ui/views/controls/button/text_button.h
|
| @@ -49,7 +49,7 @@ class VIEWS_EXPORT TextButtonBorder : public Border {
|
| // the button frame in the hot/pushed states.
|
| //
|
| // Note that this type of button is not focusable by default and will not be
|
| -// part of the focus chain. Call set_focusable(true) to make it part of the
|
| +// part of the focus chain. Call SetFocusable(true) to make it part of the
|
| // focus chain.
|
| class VIEWS_EXPORT TextButtonDefaultBorder : public TextButtonBorder {
|
| public:
|
|
|