[FileSystem] Fix ambiguous symbol on Windows.
authorJonas Devlieghere <jonas@devlieghere.com>
Thu, 25 Jul 2019 00:56:31 +0000 (00:56 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Thu, 25 Jul 2019 00:56:31 +0000 (00:56 +0000)
commit69b63da1673d4f4b97844bb259c7f3dc325b437a
tree98236ab60571ccf90853b57e6095ab39bd6de138
parent3e4e0478bbc388c12c20fd06463bb96ce7a0ff91
[FileSystem] Fix ambiguous symbol on Windows.

The using declarations make FileCollector ambiguous. Specify that
FileSystem takes an lldb_private::FileCollector.

llvm-svn: 366974
lldb/source/Host/common/FileSystem.cpp