summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-18 20:12:33 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-18 20:12:33 +0000
commit5443d65b9c3b5410b7abffe953901a222fdd37dd (patch)
treedf230fd178b8733523b754974b9fa5576e813e57 /build
parent5514928db622ba5eba249127115cef28e961eb48 (diff)
downloadchromium_src-5443d65b9c3b5410b7abffe953901a222fdd37dd.zip
chromium_src-5443d65b9c3b5410b7abffe953901a222fdd37dd.tar.gz
chromium_src-5443d65b9c3b5410b7abffe953901a222fdd37dd.tar.bz2
clang/win: Make winstorage:: not ambiguous.
stdafx.h declared a global winstorage namespace alias, this file declared a winstorage namespace alias in an unnamed namespace. clang correctly points out that error(clang): reference to 'winstorage' is ambiguous note(clang): candidate found by name lookup is 'winstorage' note(clang): candidate found by name lookup is '(anonymous namespace)::winstorage' Just remove the unneeded duplicate. BUG=82385 TBR=ananta@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/393083006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284190 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
0 files changed, 0 insertions, 0 deletions