| Index: chrome/browser/process_singleton_linux.cc
|
| diff --git a/chrome/browser/process_singleton_linux.cc b/chrome/browser/process_singleton_linux.cc
|
| index f4808e63a7859c9ff4e94dbbc2f6f98f72b8ddbc..9055e59f27eb77c48dabe130127698791691249c 100644
|
| --- a/chrome/browser/process_singleton_linux.cc
|
| +++ b/chrome/browser/process_singleton_linux.cc
|
| @@ -470,7 +470,7 @@ class ProcessSingleton::LinuxWatcher
|
| // Wait for reads.
|
| MessageLoopForIO::current()->WatchFileDescriptor(
|
| fd, true, MessageLoopForIO::WATCH_READ, &fd_reader_, this);
|
| - timer_.Start(FROM_HERE, base::TimeDelta::FromSeconds(kTimeoutInSeconds),
|
| + timer_.Start(base::TimeDelta::FromSeconds(kTimeoutInSeconds),
|
| this, &SocketReader::OnTimerExpiry);
|
| }
|
|
|
|
|