Index: ui/views/controls/button/image_button.h |
diff --git a/ui/views/controls/button/image_button.h b/ui/views/controls/button/image_button.h |
index d74eceb130c8e119718ea03fa7d7ceb532765a39..4977b06d3987143188e5646eb219e471629387cb 100644 |
--- a/ui/views/controls/button/image_button.h |
+++ b/ui/views/controls/button/image_button.h |
@@ -18,7 +18,7 @@ class Painter; |
// An image button. |
// 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 ImageButton : public CustomButton { |