| Index: chrome/browser/process_singleton_linux.cc
|
| ===================================================================
|
| --- chrome/browser/process_singleton_linux.cc (revision 30037)
|
| +++ chrome/browser/process_singleton_linux.cc (working copy)
|
| @@ -466,8 +466,7 @@
|
| }
|
|
|
| void ProcessSingleton::LinuxWatcher::StartListening(int socket) {
|
| - DCHECK(ChromeThread::GetMessageLoop(ChromeThread::IO) ==
|
| - MessageLoop::current());
|
| + DCHECK(ChromeThread::CurrentlyOn(ChromeThread::IO));
|
| // Watch for client connections on this socket.
|
| MessageLoopForIO* ml = MessageLoopForIO::current();
|
| ml->AddDestructionObserver(this);
|
|
|