| Index: ui/views/widget/widget.h
|
| diff --git a/ui/views/widget/widget.h b/ui/views/widget/widget.h
|
| index 8707032ad9ac3d34324b9ba5d58b16dd94b90aeb..a3c0dde21a5d30235ca3ffce724099dc82e8b82e 100644
|
| --- a/ui/views/widget/widget.h
|
| +++ b/ui/views/widget/widget.h
|
| @@ -759,7 +759,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.
|
|
|