| Index: ui/views/widget/widget.h
|
| diff --git a/ui/views/widget/widget.h b/ui/views/widget/widget.h
|
| index 2d5b68e42837afab1a6a0c7093793b5049fe572c..456cbb56e6c821bf582592b4fd32f4f74f1bd352 100644
|
| --- a/ui/views/widget/widget.h
|
| +++ b/ui/views/widget/widget.h
|
| @@ -840,6 +840,7 @@ class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate,
|
|
|
| private:
|
| friend class ComboboxTest;
|
| + friend class CustomButtonTest;
|
| friend class TextfieldTest;
|
|
|
| // Sets the value of |disable_inactive_rendering_|. If the value changes,
|
|
|