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 4614a5c7323d5137a133ab2d78b8be24ef32d429..930cc922021541f0450dd1a2192c848af3aa7c13 100644 |
--- a/ui/views/controls/button/custom_button.h |
+++ b/ui/views/controls/button/custom_button.h |
@@ -18,8 +18,8 @@ |
class CustomButtonStateChangedDelegate; |
-// A button with custom rendering. The common base class of ImageButton, |
-// LabelButton and TextButton. |
+// 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 SetFocusable(true) to make it part of the |
// focus chain. |