diff options
Diffstat (limited to 'base/base_paths_win.cc')
-rw-r--r-- | base/base_paths_win.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/base_paths_win.cc b/base/base_paths_win.cc index 0fe0101..38d30d7 100644 --- a/base/base_paths_win.cc +++ b/base/base_paths_win.cc @@ -127,7 +127,7 @@ bool PathProviderWin(int key, std::wstring* result) { case base::DIR_SOURCE_ROOT: // On Windows, unit tests execute two levels deep from the source root. // For example: chrome/{Debug|Release}/ui_tests.exe - PathProvider(base::DIR_EXE, &cur); + PathService::Get(base::DIR_EXE, &cur); file_util::UpOneDirectory(&cur); file_util::UpOneDirectory(&cur); break; |