Index: components/crash/content/browser/crash_handler_host_linux.cc |
diff --git a/components/crash/content/browser/crash_handler_host_linux.cc b/components/crash/content/browser/crash_handler_host_linux.cc |
index ec4ae2fb643a1f78896339cd8ffc05b23359edd5..b97b92cad7b16f948ea90568f741a5d03f890d20 100644 |
--- a/components/crash/content/browser/crash_handler_host_linux.cc |
+++ b/components/crash/content/browser/crash_handler_host_linux.cc |
@@ -91,7 +91,7 @@ CrashHandlerHostLinux::CrashHandlerHostLinux(const std::string& process_type, |
dumps_path_(dumps_path), |
upload_(upload), |
shutting_down_(false), |
- worker_pool_token_(BrowserThread::GetBlockingPool()->GetSequenceToken()) { |
+ worker_pool_token_(base::SequencedWorkerPool::GetSequenceToken()) { |
int fds[2]; |
// We use SOCK_SEQPACKET rather than SOCK_DGRAM to prevent the process from |
// sending datagrams to other sockets on the system. The sandbox may prevent |