Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(393)

Unified Diff: ui/views/view.h

Issue 10834023: views: View does not need to be a friend of ViewStorage. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/view.h
diff --git a/ui/views/view.h b/ui/views/view.h
index 21fb1a0b775646284d73fe45001a6440aec2f0d9..d6af1bbed1cf65ccf62e393683c37a4068c1b55d 100644
--- a/ui/views/view.h
+++ b/ui/views/view.h
@@ -1113,7 +1113,6 @@ class VIEWS_EXPORT View : public ui::LayerDelegate,
private:
friend class internal::RootView;
friend class FocusManager;
- friend class ViewStorage;
friend class Widget;
friend class PaintLock;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698