Index: base/path_service_unittest.cc |
=================================================================== |
--- base/path_service_unittest.cc (revision 26080) |
+++ base/path_service_unittest.cc (working copy) |
@@ -27,7 +27,7 @@ |
#if defined(OS_WIN) |
// Function to test DIR_LOCAL_APP_DATA_LOW on Windows XP. Make sure it fails. |
bool ReturnsInvalidPath(int dir_type) { |
- std::wstring path; |
+ FilePath path; |
bool result = PathService::Get(base::DIR_LOCAL_APP_DATA_LOW, &path); |
return !result && path.empty(); |
} |