| Index: ui/views/widget/widget.h
|
| diff --git a/ui/views/widget/widget.h b/ui/views/widget/widget.h
|
| index 9e460b4b8aadc046e97cf2a68f4f8213a4bc915a..2cc5fc66967f61e37c67015c203d6229c2d82214 100644
|
| --- a/ui/views/widget/widget.h
|
| +++ b/ui/views/widget/widget.h
|
| @@ -757,7 +757,7 @@ class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate,
|
|
|
| private:
|
| friend class ComboboxTest;
|
| - friend class NativeTextfieldViewsTest;
|
| + friend class TextfieldTest;
|
|
|
| // Sets the value of |disable_inactive_rendering_|. If the value changes,
|
| // both the NonClientView and WidgetDelegate are notified.
|
|
|