Index: ui/views/window/client_view.h |
diff --git a/ui/views/window/client_view.h b/ui/views/window/client_view.h |
index 46da6e24488582837982f731318440eea0aa1c66..ab0c676030b80aa8b8f72bcaec6981231e50ff7d 100644 |
--- a/ui/views/window/client_view.h |
+++ b/ui/views/window/client_view.h |
@@ -77,9 +77,6 @@ class VIEWS_EXPORT ClientView : public View { |
} |
private: |
- // The Widget that hosts this ClientView. |
- Widget* widget_; |
- |
// The View that this ClientView contains. |
View* contents_view_; |
}; |