Index: chrome/browser/process_singleton_linux.cc |
diff --git a/chrome/browser/process_singleton_linux.cc b/chrome/browser/process_singleton_linux.cc |
index 9055e59f27eb77c48dabe130127698791691249c..f4808e63a7859c9ff4e94dbbc2f6f98f72b8ddbc 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(base::TimeDelta::FromSeconds(kTimeoutInSeconds), |
+ timer_.Start(FROM_HERE, base::TimeDelta::FromSeconds(kTimeoutInSeconds), |
this, &SocketReader::OnTimerExpiry); |
} |