Index: ui/views/controls/button/custom_button.h |
diff --git a/ui/views/controls/button/custom_button.h b/ui/views/controls/button/custom_button.h |
index c769d1b7b57b9aea1b3d5c123256612eba16187e..9ac502d3d966c4bd8ad03dd3238909ff4bf73e35 100644 |
--- a/ui/views/controls/button/custom_button.h |
+++ b/ui/views/controls/button/custom_button.h |
@@ -21,7 +21,7 @@ class CustomButtonStateChangedDelegate; |
// A button with custom rendering. The common base class of ImageButton and |
// TextButton. |
// 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 CustomButton : public Button, |
public gfx::AnimationDelegate { |