| Index: chrome/browser/zygote_host_linux.cc
|
| diff --git a/chrome/browser/zygote_host_linux.cc b/chrome/browser/zygote_host_linux.cc
|
| index bd3d099275a088f96338c50f84343e262ac52729..3415926432626a451ca0fa8d14f974a291fbb87f 100644
|
| --- a/chrome/browser/zygote_host_linux.cc
|
| +++ b/chrome/browser/zygote_host_linux.cc
|
| @@ -46,7 +46,7 @@ static void SaveSUIDUnsafeEnvironmentVariables() {
|
| }
|
|
|
| ZygoteHost::ZygoteHost() {
|
| - std::wstring chrome_path;
|
| + FilePath chrome_path;
|
| CHECK(PathService::Get(base::FILE_EXE, &chrome_path));
|
| CommandLine cmd_line(chrome_path);
|
|
|
|
|