| Index: chrome/browser/process_singleton_linux.cc
|
| diff --git a/chrome/browser/process_singleton_linux.cc b/chrome/browser/process_singleton_linux.cc
|
| index 490a09afb6f0eebd187c851a85530adb982573da..8ed50c91c10b99e68fd768e88023dbad7a391f6f 100644
|
| --- a/chrome/browser/process_singleton_linux.cc
|
| +++ b/chrome/browser/process_singleton_linux.cc
|
| @@ -68,6 +68,7 @@
|
| #include "base/rand_util.h"
|
| #include "base/safe_strerror_posix.h"
|
| #include "base/stl_util-inl.h"
|
| +#include "base/stringprintf.h"
|
| #include "base/string_number_conversions.h"
|
| #include "base/string_split.h"
|
| #include "base/sys_string_conversions.h"
|
| @@ -918,7 +919,7 @@ bool ProcessSingleton::Create() {
|
|
|
| // The symlink lock is pointed to the hostname and process id, so other
|
| // processes can find it out.
|
| - FilePath symlink_content(StringPrintf(
|
| + FilePath symlink_content(base::StringPrintf(
|
| "%s%c%u",
|
| net::GetHostName().c_str(),
|
| kLockDelimiter,
|
|
|