Index: base/path_service.cc |
=================================================================== |
--- base/path_service.cc (revision 24861) |
+++ base/path_service.cc (working copy) |
@@ -231,10 +231,6 @@ |
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); |
} |