| Index: chrome/browser/process_singleton_linux.cc
|
| ===================================================================
|
| --- chrome/browser/process_singleton_linux.cc (revision 69950)
|
| +++ chrome/browser/process_singleton_linux.cc (working copy)
|
| @@ -315,7 +315,7 @@
|
| FilePath other_chrome_path(base::GetProcessExecutablePath(pid));
|
| return (!other_chrome_path.empty() &&
|
| other_chrome_path.BaseName() ==
|
| - FilePath::FromWStringHack(chrome::kBrowserProcessExecutableName));
|
| + FilePath(chrome::kBrowserProcessExecutableName));
|
| }
|
|
|
| // Return true if the given pid is one of our child processes.
|
|
|