Skip to content

Commit

Permalink
views: View does not need to be a friend of ViewStorage.
Browse files Browse the repository at this point in the history
R=sky@chromium.org
NOTRY=True

Review URL: https://chromiumcodereview.appspot.com/10834023

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148570 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
tfarina@chromium.org committed Jul 26, 2012
1 parent 1201ebc commit dd9a353
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/views/view.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit dd9a353

Please sign in to comment.