Fix compilation failure on Windows.
authorZachary Turner <zturner@google.com>
Mon, 3 Dec 2018 19:59:00 +0000 (19:59 +0000)
committerZachary Turner <zturner@google.com>
Mon, 3 Dec 2018 19:59:00 +0000 (19:59 +0000)
commitaa2711f1f8b2c92c99af4359ac3dd98af6a48f37
treef154198bab2d0046e80b328535b1fd3f8fa74428
parentf2bda5e43fec38d8af3ddc42e0e796eec72aed1a
Fix compilation failure on Windows.

This was introduced earlier but apparently used an incorrect
class name so it doesn't compile on Windows.

llvm-svn: 348176
clang-tools-extra/clangd/FSProvider.cpp