Fix variable shadowing warnings in UDPSocketWin on VS2015
commit3a1c346e8d17824ec8732333ac167206c5dad322
authorscottmg <scottmg@chromium.org>
Tue, 27 Jan 2015 22:57:30 +0000 (27 14:57 -0800)
committerCommit bot <commit-bot@chromium.org>
Tue, 27 Jan 2015 22:58:26 +0000 (27 22:58 +0000)
treed8d70051d0b6854f7133021a80da5f91a3f69464
parent637d8310e98ab10af5ff94f83b1f15abd00a2337
Fix variable shadowing warnings in UDPSocketWin on VS2015

d:\src\cr3\src\net\udp\udp_socket_win.cc(330): error C2220: warning treated as error - no 'object' file generated
d:\src\cr3\src\net\udp\udp_socket_win.cc(330): warning C4457: declaration of 'address' hides function parameter
d:\src\cr3\src\net\udp\udp_socket_win.cc(319): note: see declaration of 'address'
d:\src\cr3\src\net\udp\udp_socket_win.cc(351): warning C4457: declaration of 'address' hides function parameter
d:\src\cr3\src\net\udp\udp_socket_win.cc(340): note: see declaration of 'address'

R=eroman@chromium.org
BUG=440500

Review URL: https://codereview.chromium.org/882733003

Cr-Commit-Position: refs/heads/master@{#313390}
net/udp/udp_socket_win.cc