Commit dd9a3538 authored by tfarina@chromium.org's avatar tfarina@chromium.org

views: View does not need to be a friend of ViewStorage.

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
parent 1201ebc4
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment