summaryrefslogtreecommitdiffstats
path: root/remoting/base
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/base')
-rw-r--r--remoting/base/auto_thread_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/base/auto_thread_unittest.cc b/remoting/base/auto_thread_unittest.cc
index 25bdd03..5d449c7 100644
--- a/remoting/base/auto_thread_unittest.cc
+++ b/remoting/base/auto_thread_unittest.cc
@@ -41,7 +41,7 @@ void CheckComAptTypeTask(APTTYPE* apt_type_out, HRESULT* hresult) {
}
// Dynamic link to the API so the same test binary can run on older systems.
- base::ScopedNativeLibrary com_library(FilePath(L"ole32.dll"));
+ base::ScopedNativeLibrary com_library(base::FilePath(L"ole32.dll"));
ASSERT_TRUE(com_library.is_valid());
CoGetApartmentTypeFunc co_get_apartment_type =
static_cast<CoGetApartmentTypeFunc>(