Index: ui/views/widget/widget.h |
diff --git a/ui/views/widget/widget.h b/ui/views/widget/widget.h |
index c27319226d0cdb27b88dfffb5587953678d01b5c..dd14d2bd82748608a51bdc3b948d2bf24fe03c66 100644 |
--- a/ui/views/widget/widget.h |
+++ b/ui/views/widget/widget.h |
@@ -758,7 +758,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. |