| Index: ui/views/controls/button/label_button.h
|
| diff --git a/ui/views/controls/button/label_button.h b/ui/views/controls/button/label_button.h
|
| index 0b5e24e7834e6854714bdcd79afcda804c118656..cc4c102b975e0475dffffbdd33f902b065c46588 100644
|
| --- a/ui/views/controls/button/label_button.h
|
| +++ b/ui/views/controls/button/label_button.h
|
| @@ -154,6 +154,7 @@ class VIEWS_EXPORT LabelButton : public CustomButton,
|
| FRIEND_TEST_ALL_PREFIXES(LabelButtonTest, Image);
|
| FRIEND_TEST_ALL_PREFIXES(LabelButtonTest, LabelAndImage);
|
| FRIEND_TEST_ALL_PREFIXES(LabelButtonTest, FontList);
|
| + FRIEND_TEST_ALL_PREFIXES(LabelButtonTest, ResetColorsFromNativeTheme);
|
|
|
| void SetTextInternal(const base::string16& text);
|
|
|
|
|