Make UserSelectionScreen::users_ private
ChromeUserSelectionScreen::Init() used to access the |users_| member of its parent class even though it already knows the user list. This CL removes the unnecessary access and marks |users_| as private. BUG=398511 TEST=No compilation errors Review URL: https://codereview.chromium.org/446383002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288076 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment