Index: ui/views/controls/button/label_button.cc |
diff --git a/ui/views/controls/button/label_button.cc b/ui/views/controls/button/label_button.cc |
index d74fc8dbe0e57ed754635d9d56a23c36747b9e8a..551c0b2653e908c65b996827435e411569470314 100644 |
--- a/ui/views/controls/button/label_button.cc |
+++ b/ui/views/controls/button/label_button.cc |
@@ -196,7 +196,7 @@ void LabelButton::SetIsDefault(bool is_default) { |
UpdateStyleToIndicateDefaultStatus(); |
} |
-void LabelButton::SetStyle(ButtonStyle style) { |
+void LabelButton::SetStyleDeprecated(ButtonStyle style) { |
// All callers currently pass STYLE_BUTTON, and should only call this once, to |
// change from the default style. |
DCHECK_EQ(style, STYLE_BUTTON); |