Fix variable shadowing in TLS code on VS2015
commit6c2204658de1f7ed8350c43d522c592272aaa821
authorscottmg <scottmg@chromium.org>
Tue, 27 Jan 2015 20:20:40 +0000 (27 12:20 -0800)
committerCommit bot <commit-bot@chromium.org>
Tue, 27 Jan 2015 20:22:39 +0000 (27 20:22 +0000)
tree1d38ee15b208f50a99818ce38fb08790f0caf071
parent8a5ce90e69b39e9e5a0decb278008dc3e7a85cb7
Fix variable shadowing in TLS code on VS2015

d:\src\cr3\src\base\threading\thread_local_storage.cc(143): error C2220: warning treated as error - no 'object' file generated
d:\src\cr3\src\base\threading\thread_local_storage.cc(143): warning C4457: declaration of 'value' hides function parameter
d:\src\cr3\src\base\threading\thread_local_storage.cc(110): note: see declaration of 'value'

R=thakis@chromium.org
BUG=440500

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

Cr-Commit-Position: refs/heads/master@{#313342}
base/threading/thread_local_storage.cc