Descriptionclang/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
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=284190
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|