| Index: chrome/browser/ui/webui/version_handler.cc
|
| diff --git a/chrome/browser/ui/webui/version_handler.cc b/chrome/browser/ui/webui/version_handler.cc
|
| index 6797a13d5e52bfff069006e173916d95fc1ec75b..ba348d9145632517542ea9e9dca63e9145d39aee 100644
|
| --- a/chrome/browser/ui/webui/version_handler.cc
|
| +++ b/chrome/browser/ui/webui/version_handler.cc
|
| @@ -29,7 +29,7 @@ void GetFilePaths(const base::FilePath& profile_path,
|
| DCHECK_CURRENTLY_ON(content::BrowserThread::FILE);
|
|
|
| base::FilePath executable_path = base::MakeAbsoluteFilePath(
|
| - CommandLine::ForCurrentProcess()->GetProgram());
|
| + base::CommandLine::ForCurrentProcess()->GetProgram());
|
| if (!executable_path.empty()) {
|
| *exec_path_out = executable_path.LossyDisplayName();
|
| } else {
|
|
|