| Index: base/path_service.cc
|
| diff --git a/base/path_service.cc b/base/path_service.cc
|
| index f0a6a844158ddde0b2219c2b6d471f22f3b3e888..61488d6f75ff4acd8becef175e353a8496b6a421 100644
|
| --- a/base/path_service.cc
|
| +++ b/base/path_service.cc
|
| @@ -187,7 +187,7 @@ bool PathService::Get(int key, FilePath* result) {
|
|
|
| // special case the current directory because it can never be cached
|
| if (key == base::DIR_CURRENT)
|
| - return file_util::GetCurrentDirectory(result);
|
| + return base::GetCurrentDirectory(result);
|
|
|
| Provider* provider = NULL;
|
| {
|
|
|