diff options
Diffstat (limited to 'base/path_service.cc')
-rw-r--r-- | base/path_service.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/base/path_service.cc b/base/path_service.cc index 3e34892..a1b1db9 100644 --- a/base/path_service.cc +++ b/base/path_service.cc @@ -231,10 +231,6 @@ bool PathService::Override(int key, const FilePath& path) { return true; } -bool PathService::Override(int key, const std::wstring& path) { - return Override(key, FilePath::FromWStringHack(path)); -} - bool PathService::SetCurrentDirectory(const std::wstring& current_directory) { return file_util::SetCurrentDirectory(current_directory); } |