| Index: base/path_service_unittest.cc
|
| diff --git a/base/path_service_unittest.cc b/base/path_service_unittest.cc
|
| index d9eb0a5cc54e1bb70fa410cd5366699514d40717..32f49b21498d5030ada37b22b179a3473d3ecf78 100644
|
| --- a/base/path_service_unittest.cc
|
| +++ b/base/path_service_unittest.cc
|
| @@ -27,7 +27,7 @@ bool ReturnsValidPath(int dir_type) {
|
| #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();
|
| }
|
|
|