Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1600)

Unified Diff: chrome/browser/process_singleton_linux.cc

Issue 5968008: Update file version info/memory details/process utils to use string16.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698