| Index: chrome/browser/process_singleton_linux.cc
|
| diff --git a/chrome/browser/process_singleton_linux.cc b/chrome/browser/process_singleton_linux.cc
|
| index eda06a0d26e8e32961384b33ecfe9b0a1477bc3a..567b0e0ecf49786c4755b3ba66dee2d13e31f409 100644
|
| --- a/chrome/browser/process_singleton_linux.cc
|
| +++ b/chrome/browser/process_singleton_linux.cc
|
| @@ -835,7 +835,7 @@ ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcessWithTimeout(
|
| return PROCESS_NONE;
|
| }
|
|
|
| - base::PlatformThread::Sleep(1000 /* ms */);
|
| + base::PlatformThread::Sleep(base::TimeDelta::FromSeconds(1));
|
| }
|
|
|
| timeval timeout = {timeout_seconds, 0};
|
|
|