mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
PathService -> base::PathService
This commit is contained in:
committed by
Aleksei Kuzmin
parent
7092fa31a4
commit
de581ca0b4
@@ -83,7 +83,7 @@ v8::Local<v8::Value> GetBinding(v8::Isolate* isolate,
|
||||
|
||||
base::FilePath::StringType GetExecPath() {
|
||||
base::FilePath path;
|
||||
PathService::Get(base::FILE_EXE, &path);
|
||||
base::PathService::Get(base::FILE_EXE, &path);
|
||||
return path.value();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user