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 300c5a79b28c85bc0c96ff795167a6c1bb506c79..fe522d906313d5c7bb2aeca0af55afef3ab7c3c4 100644 |
--- a/ui/views/controls/button/label_button.cc |
+++ b/ui/views/controls/button/label_button.cc |
@@ -444,7 +444,7 @@ void LabelButton::UpdateThemedBorder() { |
} else |
#endif |
{ |
- SetBorder(label_button_border.PassAs<Border>()); |
+ SetBorder(label_button_border.Pass()); |
} |
border_is_themed_border_ = true; |